Skip to content

Releases: langchain-ai/langgraph

0.3.11

14 Mar 23:35
Compare
Choose a tag to compare

Changes since 0.3.10

  • 0.3.11
  • Add optional encryption of checkpointer payloads

0.3.10

14 Mar 01:31
Compare
Choose a tag to compare

Changes since 0.3.8

  • 0.3.10
  • Update
  • Fix types
  • Update handling of updates/inputs passed in as pydantic models
  • 0.3.9
  • Coerce nested pydantic (#3806)
  • Move files
  • weakref
  • docs: more concise readme (#3815)
  • docs: add logo to readme (#3816)
  • Cache
  • Rename env var
  • Add tests
  • Make default recursion_limit configurable by env var
  • docs: update README (#3799)

cli==0.1.77

14 Mar 21:32
4c6d80a
Compare
Choose a tag to compare

Changes since cli==0.1.76

  • Bump patch version
  • Update schema
  • Add tests for sweeper (sync)

checkpointpostgres==2.0.17

14 Mar 21:55
4c6d80a
Compare
Choose a tag to compare

Changes since checkpointpostgres==2.0.16

  • Bump patch version
  • Add tests for sweeper (sync)
  • Add sweeper
  • Default store ttl config

checkpoint==2.0.20

14 Mar 21:32
4c6d80a
Compare
Choose a tag to compare

Changes since checkpoint==2.0.19

  • Bump patch version
  • Add tests for sweeper (sync)

sdk==0.1.57

13 Mar 17:14
ef50fed
Compare
Choose a tag to compare

Changes since sdk==0.1.56

  • Merge
  • Review
  • StreamMode in Join [sdk]

prebuilt==0.1.3

13 Mar 15:49
048eff9
Compare
Choose a tag to compare

Changes since prebuilt==0.1.2

  • prebuilt: release 0.1.3 (#3830)
  • prebuilt: update type annotation for tools (#3829)
  • Add state schemas to all in chat_agent_executor.py (#3798)
  • prebuilt: allow pydantic model as state schema in create_react_agent (#3559)

0.3.8

12 Mar 17:46
aae2fb4
Compare
Choose a tag to compare

Changes since 0.3.7

  • langgraph: release 0.3.8 (#3803)
  • langgraph: handle pydantic state updates better for fields w/ defaults (#3783)
  • chore(langgraph): add functional api test for multiple task interrupts (#3790)

0.3.7

12 Mar 03:02
96dc39a
Compare
Choose a tag to compare

Changes since 0.3.6

  • 0.3.7
  • Avoid validating pydantic state models when we can (#3782)
  • Fix kafka
  • Fix py 3.9
  • Lint
  • Avoid validating pydantic state models when we can
  • langgraph: support subgraphs with a single node (#3780)
  • docs: Fix version badge by linking it to PyPi instead of shield (#3766)

sdk==0.1.56

12 Mar 13:49
208cd4d
Compare
Choose a tag to compare

Changes since sdk==0.1.55

  • Bump
  • Add default TTL in store & CLI