Skip to content

Commit

Permalink
fix: bump pydantic extra types
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanleomk committed Nov 14, 2024
1 parent e1723d2 commit 9e76805
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ redis = { version = "^5.0.1", optional = true }
diskcache = { version = "^5.6.3", optional = true }
pandas = { version = "^2.2.0", optional = true }
tabulate = { version = "^0.9.0", optional = true }
pydantic_extra_types = { version = "^2.6.0", optional = true }
pydantic_extra_types = { version = "^2.10.0", optional = true }
litellm = { version = "^1.35.31", optional = true }
anthropic = { version = ">=0.36.2,<0.38.0", optional = true }
xmltodict = { version = ">=0.13,<0.15", optional = true }
Expand Down Expand Up @@ -95,7 +95,7 @@ redis = "^5.0.1"
diskcache = "^5.6.3"
pandas = "^2.2.0"
tabulate = "^0.9.0"
pydantic_extra_types = "^2.6.0"
pydantic_extra_types = "2.10.0"
litellm = "^1.35.31"
anthropic = ">=0.36.2,<0.38.0"
xmltodict = ">=0.13,<0.15"
Expand Down

0 comments on commit 9e76805

Please sign in to comment.