Skip to content

Commit

Permalink
[bot-automerge] langgraph-checkpoint v1.0.9 (#9)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Sep 6, 2024
2 parents 62b8106 + 22b953e commit cd2451e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "langgraph-checkpoint" %}
{% set version = "1.0.8" %}
{% set version = "1.0.9" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/langgraph_checkpoint-{{ version }}.tar.gz
sha256: a528009d4ccebfd24da550fc8ccdd4de0a3c1077f30e2fcd32bddca4c9237e7f
sha256: 0e8646d8cfeaa6586acecf0a0a0da17488612036ece07bffe886b851fae717e2

build:
noarch: python
Expand All @@ -21,7 +21,7 @@ requirements:
- pip
run:
- python >=3.9.0,<4.0.0,<4.0
- langchain-core >=0.2.22,<0.3
- langchain-core >=0.2.38,<0.4

test:
imports:
Expand Down

0 comments on commit cd2451e

Please sign in to comment.