Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/langchain-google-alloydb-pg-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: googleapis/langchain-google-alloydb-pg-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: langgraph-base
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 10 files changed
  • 3 contributors

Commits on Jan 15, 2025

  1. feat(checkpointer): create checkpoint engine methods + tests (#309)

    * feat(checkpointer): create checkpoint engine methods + tests
    
    * fix(checkpointer): address comments
    
    * fix(checkpointer): Fix test errors
    
    * clean up
    
    * drop tables
    
    ---------
    
    Co-authored-by: Averi Kitsch <akitsch@google.com>
    Feromar98 and averikitsch authored Jan 15, 2025
    Configuration menu
    Copy the full SHA
    a250520 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2025

  1. feat(langgraph-base): create checkpoint aput method + tests (#321)

    * feat(langgraph-base): create checkpoint aput method + tests
    
    * fix(langgraph-base): add test case, add dependencies
    
    * lint
    
    * fix(langgraph-base-aput): address comments
    
    * lint
    
    ---------
    
    Co-authored-by: Averi Kitsch <akitsch@google.com>
    Feromar98 and averikitsch authored Jan 29, 2025
    Configuration menu
    Copy the full SHA
    ac3ef55 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2025

  1. feat(langgraph-base): create async put_writes method + tests (#323)

    * feat(langgraph-base): create checkpoint aput method + tests
    
    * fix(langgraph-base): add test case, add dependencies
    
    * fix(langgraph-base-aput_writes): add missing code
    
    * fix(langgraph-base-aput_writes): create a new aput_writes test and address comment
    
    * fix(langgraph-base): add configurable table_name and fix some format issues
    
    * update table names
    
    * fix test
    
    ---------
    
    Co-authored-by: Averi Kitsch <akitsch@google.com>
    Feromar98 and averikitsch authored Feb 5, 2025
    Configuration menu
    Copy the full SHA
    aeab16a View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2025

  1. feat(Langgraph-base-alist): create async list method + tests (#324)

    * feat(langgraph-base): create checkpoint aput method + tests
    
    * fix(langgraph-base): add test case, add dependencies
    
    * feat(langgraph-base-alist): add async list method + tests
    
    * fix(langgraph-base): run lints black and isort
    
    * fix(langgraph-base): address comments
    Feromar98 authored Feb 12, 2025
    Configuration menu
    Copy the full SHA
    4f24eea View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. feat(langgraph-base): create async get_tuple method + tests (#325)

    * feat(langgraph-base): create checkpoint aput method + tests
    
    * fix(langgraph-base): add test case, add dependencies
    
    * feat(langgraph-base-alist): add async list method + tests
    
    * fix(langgraph-base): run lints black and isort
    
    * fix(langgraph-base): address comments
    
    * fix(langgraph-base): fixed integration tests errors
    
    * feat(langgraph-base): created aget_tuple method + tests
    
    * fix(langgraph-base): fix lints
    
    * fix(langgraph-base): address comments and fixed test cases
    
    * fix(langgraph-base): run linters black and isort
    
    * fix(langgraph-base): address comments
    
    * fix(langgraph-base): add langgraph as a requirement for the tests
    
    * update the implementation
    
    * fix
    
    ---------
    
    Co-authored-by: Averi Kitsch <akitsch@google.com>
    Feromar98 and averikitsch authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    7aed45b View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2025

  1. feat(langgraph-base-sync): checkpoint class (#349)

    * feat(langgraph-base): create checkpoint aput method + tests
    
    * fix(langgraph-base): add test case, add dependencies
    
    * feat(langgraph-base-alist): add async list method + tests
    
    * fix(langgraph-base): run lints black and isort
    
    * fix(langgraph-base): address comments
    
    * fix(langgraph-base): fixed integration tests errors
    
    * feat(langgraph-base): created aget_tuple method + tests
    
    * feat(langgraph-base): create sync checkpointer methods into async_checkpoint file
    
    * feat(langgraph-base): create sync checkpoint class
    
    * feat(langgraph-base): add test cases
    
    * fix(langgraph-base): fix lints
    
    * fix(langgraph-base): address comments and fixed test cases
    
    * fix(langgraph-base): run linters black and isort
    
    * fix(langgraph-base): address comments
    
    * fix(langgraph-base): add langgraph as a requirement for the tests
    
    * Update async_checkpoint.py
    
    * Update test_async_checkpoint.py
    
    * Update async_checkpoint.py
    
    * fix(langgraph-base): address comments fo fixing test errors
    
    * feat(langgraph-base): add more tests for checkpoint
    
    * Revert "Merge branch 'langgraph-base-aget-tuple' into langgraph-base-sync"
    
    This reverts commit 5c1ccb8, reversing
    changes made to a8224f4.
    
    * fix(langgraph-base-sync): fixed tests for async and sync checkpoint
    
    * fix(langgraph-base-sync): deleted unnecessary lines
    
    * fix: follow CLA and conventionacommits
    
    * Update tests/test_checkpoint.py
    
    ---------
    
    Co-authored-by: Averi Kitsch <akitsch@google.com>
    Co-authored-by: Fernando Omar Salazar Ortiz <fernando.salazar@globallogic.com>
    3 people authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    92e0633 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2025

  1. docs(langgraph-base): Create documentation for LangGraph Checkpoint (#…

    …400)
    
    * docs(langgraph-base): Update README.rst
    
    Update Readme with code snippet.
    
    * Create how-to notebook
    
    Based on: https://langchain-ai.github.io/langgraph/how-tos/persistence_postgres/#with-a-connection-pool_1
    
    * docs(langgraph-base): update README.rst
    
    Fixed references for alloydDB Langgraph Checkpoint
    
    * dosc(langgraph-base): update langgraph_checkpoint.ipynb
    
    Fixed references
    
    * Update docs/langgraph_checkpoint.ipynb
    
    * Update docs/langgraph_checkpoint.ipynb
    
    * docs(langgraph-base): update langgraph_checkpoint.ipynb
    
    fix quotes issue and added vertex package to install list
    
    * Update docs/langgraph_checkpoint.ipynb
    
    * Update docs/langgraph_checkpoint.ipynb
    
    ---------
    
    Co-authored-by: Averi Kitsch <akitsch@google.com>
    Feromar98 and averikitsch authored Mar 14, 2025
    Configuration menu
    Copy the full SHA
    f10b112 View commit details
    Browse the repository at this point in the history
Loading