mirror of
https://github.com/codeflash-ai/codeflash-internal.git
synced 2026-05-04 18:25:18 +00:00
Bump pydantic
This commit is contained in:
parent
22b743ccae
commit
9f4f2cd39e
1 changed files with 4 additions and 4 deletions
|
|
@ -5,7 +5,7 @@ description = "A Code Performance Optimization Library"
|
|||
authors = ["afik.cohen <afik@codeflash.ai>", "Saurabh Misra <saurabh@codeflash.ai>"]
|
||||
readme = "README.md"
|
||||
packages = [
|
||||
{ include = "codeflash"},
|
||||
{ include = "codeflash" },
|
||||
]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
|
|
@ -19,11 +19,11 @@ jedi = "^0.19.0"
|
|||
tiktoken = "^0.5.1"
|
||||
timeout-decorator = "^0.5.0"
|
||||
pytest-timeout = "^2.1.0"
|
||||
astunparse-fixed = {version = "^1.7.0", optional = true, python = ">=3.8.0,<3.9"}
|
||||
tomli = {version = "^2.0.1", optional = true, python = "<3.11"}
|
||||
astunparse-fixed = { version = "^1.7.0", optional = true, python = ">=3.8.0,<3.9" }
|
||||
tomli = { version = "^2.0.1", optional = true, python = "<3.11" }
|
||||
unittest-xml-reporting = "^3.2.0"
|
||||
junitparser = "^3.1.0"
|
||||
pydantic = "^2.4.2"
|
||||
pydantic = "^2.5.2"
|
||||
black = "^23.3.0"
|
||||
|
||||
[tool.poetry.group.dev]
|
||||
|
|
|
|||
Loading…
Reference in a new issue