pin pydantic (#9274)

don't want default to be v2 yet
This commit is contained in:
Bagatur 2023-08-15 15:02:28 -07:00 committed by GitHub
parent 76d09b4ed0
commit 3eccd72382
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 454 additions and 20 deletions

View File

@ -24,5 +24,5 @@ jobs:
./.github/workflows/_test.yml ./.github/workflows/_test.yml
with: with:
working-directory: libs/langchain working-directory: libs/langchain
test_type: '["core", "extended", "core-pydantic-2"]' test_type: '["core", "extended"]'
secrets: inherit secrets: inherit

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,7 @@ langchain-server = "langchain.server:main"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.8.1,<4.0" python = ">=3.8.1,<4.0"
pydantic = ">=1,<3" pydantic = "^1"
SQLAlchemy = ">=1.4,<3" SQLAlchemy = ">=1.4,<3"
requests = "^2" requests = "^2"
PyYAML = ">=5.3" PyYAML = ">=5.3"