Skip to content

Commit

Permalink
Merge pull request #188 from regro-cf-autotick-bot/0.2.10_h35451c
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw authored Jul 20, 2024
2 parents 21cd3ec + 06c8460 commit b8efe86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .scripts/build_steps.sh

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 = "langchain" %}
{% set version = "0.2.8" %}
{% set version = "0.2.10" %}

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

source:
- url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/langchain-{{ version }}.tar.gz
sha256: 7fecb309e3558cde4e5cf7e9ffb7c1ab3f07121c40a7ff3b0c27135f8120c296
sha256: 1f861c1b59ac9c91b02bb0fa58d3adad1c1d0686636872b5b357bbce3ce41d06

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

0 comments on commit b8efe86

Please sign in to comment.