Skip to content

Commit

Permalink
Update dependency pydantic to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-renovate[bot] authored Feb 20, 2025
1 parent 8cd9c93 commit 3fe99e4
Show file tree
Hide file tree
Showing 12 changed files with 834 additions and 450 deletions.
212 changes: 138 additions & 74 deletions aws-cs-langserve/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion aws-cs-langserve/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packages = [
python = "^3.11"
uvicorn = "^0.34.0"
langserve = {extras = ["server"], version = ">=0.0.30"}
pydantic = "<2"
pydantic = "<3"
openai = "^1.10.0"
langchain-openai = "^0.0.5"

Expand Down
212 changes: 138 additions & 74 deletions aws-go-langserve/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion aws-go-langserve/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packages = [
python = "^3.11"
uvicorn = "^0.34.0"
langserve = {extras = ["server"], version = ">=0.0.30"}
pydantic = "<2"
pydantic = "<3"
openai = "^1.10.0"
langchain-openai = "^0.0.5"

Expand Down
212 changes: 138 additions & 74 deletions aws-js-langserve/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion aws-js-langserve/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packages = [
python = "^3.11"
uvicorn = "^0.34.0"
langserve = {extras = ["server"], version = ">=0.0.30"}
pydantic = "<2"
pydantic = "<3"
openai = "^1.10.0"
langchain-openai = "^0.0.5"

Expand Down
212 changes: 138 additions & 74 deletions aws-py-langserve/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion aws-py-langserve/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packages = [
python = "^3.11"
uvicorn = "^0.34.0"
langserve = {extras = ["server"], version = ">=0.0.30"}
pydantic = "<2"
pydantic = "<3"
openai = "^1.10.0"
langchain-openai = "^0.0.5"

Expand Down
212 changes: 138 additions & 74 deletions aws-ts-langserve/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion aws-ts-langserve/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packages = [
python = "^3.11"
uvicorn = "^0.34.0"
langserve = {extras = ["server"], version = ">=0.0.30"}
pydantic = "<2"
pydantic = "<3"
openai = "^1.10.0"
langchain-openai = "^0.0.5"

Expand Down
212 changes: 138 additions & 74 deletions aws-yaml-langserve/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion aws-yaml-langserve/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packages = [
python = "^3.11"
uvicorn = "^0.34.0"
langserve = {extras = ["server"], version = ">=0.0.30"}
pydantic = "<2"
pydantic = "<3"
openai = "^1.10.0"
langchain-openai = "^0.0.5"

Expand Down

0 comments on commit 3fe99e4

Please sign in to comment.