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-cloud-sql-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-cloud-sql-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.
  • 5 commits
  • 10 files changed
  • 3 contributors

Commits on Feb 12, 2025

  1. feat: add engine methods (#256)

    * adding new engine method for postgresql
    
    * adding changes
    
    * adding feature
    
    * fixing correction and code refactor
    
    * fix: address comments form the PR
    
    * fix: address comments from the PR
    
    * Update tests/test_engine.py
    
    * test clean up
    
    ---------
    
    Co-authored-by: Carlos Zúñiga Aguilar <zunigaaguilar@google.com>
    Co-authored-by: Averi Kitsch <akitsch@google.com>
    3 people authored Feb 12, 2025
    Configuration menu
    Copy the full SHA
    8d5c50b View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

  1. feat: add checkpoint aput method and test (#269)

    * feat : create checkpoint aput method and test
    
    * adding aput method
    
    * adding write method for langraph-base-aput
    
    * adding alist method for langraph-base-aput
    
    * addressing comments in PR
    
    * adding missed variables
    
    * adding quotes in some table names
    
    * Update tests/test_async_checkpoint.py
    
    * Update tests/test_async_checkpoint.py
    
    * addressing comments on closing engine
    
    * fixing alist method
    
    * addresing comments and fixing tests
    
    * Apply code formatting
    
    ---------
    
    Co-authored-by: Carlos Zúñiga Aguilar <zunigaaguilar@google.com>
    Co-authored-by: Averi Kitsch <akitsch@google.com>
    3 people authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    ea22dd0 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2025

  1. feat: add checkpoint aget tuple method (#281)

    * feat: add checkpoint aget tuple method
    
    * addressing PR comments
    
    ---------
    
    Co-authored-by: Carlos Zúñiga Aguilar <zunigaaguilar@google.com>
    carloszuag and Carlos Zúñiga Aguilar authored Mar 7, 2025
    Configuration menu
    Copy the full SHA
    80cba45 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2025

  1. feat: add sync checkpointer class (#282)

    Co-authored-by: Carlos Zúñiga Aguilar <zunigaaguilar@google.com>
    carloszuag and Carlos Zúñiga Aguilar authored Mar 11, 2025
    Configuration menu
    Copy the full SHA
    cd71cac View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2025

  1. docs: update readme with setup instructions (#283)

    * add: adding documentation for the checkpointer
    
    * fix: removing unused args
    
    * fix: addresing comments
    
    * fix: removing unused cell
    
    * fix: repleacing links
    
    * fix: replacing broken links
    
    * Update README.rst
    
    * Update docs/langgraph_checkpoint.ipynb
    
    * Update README.rst
    
    ---------
    
    Co-authored-by: Carlos Zúñiga Aguilar <zunigaaguilar@google.com>
    Co-authored-by: Averi Kitsch <akitsch@google.com>
    3 people authored Mar 14, 2025
    Configuration menu
    Copy the full SHA
    979fddb View commit details
    Browse the repository at this point in the history
Loading