Skip to content

Commit

Permalink
[bot-automerge] langchain v0.3.3 (#198)
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 Oct 9, 2024
2 parents 132501e + a727dba commit 3fef866
Showing 1 changed file with 3 additions and 3 deletions.
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 = "langchain" %}
{% set version = "0.3.2" %}
{% set version = "0.3.3" %}

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

source:
- url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/langchain-{{ version }}.tar.gz
sha256: dc330e6eb10d81d23ba0305d18358702c73cc59e95c410eca6c6779aab4ddc9b
sha256: 6435882996a029a60c61c356bbe51bab4a8f43a54210f5f03e3c4474d19d1842

build:
entry_points:
Expand All @@ -23,7 +23,7 @@ requirements:
- pip
run:
- python >=3.8,<4.0
- langchain-core <0.4.0,>=0.3.0
- langchain-core <0.4.0,>=0.3.10
- langchain-text-splitters <0.4.0,>=0.3.0
- langsmith >=0.1.17,<0.2.0
- pydantic >=1,<3
Expand Down

0 comments on commit 3fef866

Please sign in to comment.