update requirements to support python 3.13

This commit is contained in:
LeonOstrez
2024-12-06 11:00:46 +01:00
parent 81022814ca
commit adf1364c90
2 changed files with 23 additions and 31 deletions

View File

@@ -25,19 +25,19 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.9" python = "^3.9"
pydantic = "^2.7.1" pydantic = "^2.8.2"
openai = "^1.27.0" openai = "^1.40.6"
anthropic = "^0.39.0" anthropic = "^0.39.0"
groq = "^0.6.0" groq = "^0.6.0"
jinja2 = "^3.1.3" jinja2 = "^3.1.4"
tiktoken = "^0.6.0" tiktoken = "^0.8.0"
sqlalchemy = { version = "^2.0.29", extras = ["asyncio"] } sqlalchemy = { version = "^2.0.32", extras = ["asyncio"] }
aiosqlite = "^0.20.0" aiosqlite = "^0.20.0"
psutil = "^5.9.8" psutil = "^5.9.8"
httpx = "^0.27.0" httpx = "^0.27.0"
alembic = "^1.13.1" alembic = "^1.13.2"
python-dotenv = "^1.0.1" python-dotenv = "^1.0.1"
prompt-toolkit = "^3.0.45" prompt-toolkit = "^3.0.48"
jsonref = "^1.1.0" jsonref = "^1.1.0"
tenacity = "9.0.0" tenacity = "9.0.0"

View File

@@ -1,44 +1,36 @@
aiosqlite==0.20.0 aiosqlite==0.20.0
alembic==1.13.2 alembic==1.13.2
annotated-types==0.7.0 annotated-types==0.7.0
anthropic==0.25.9 anthropic==0.39.0
anyio==4.4.0 anyio==4.7.0
certifi==2024.7.4 certifi==2024.8.30
charset-normalizer==3.3.2 charset-normalizer==3.4.0
colorama==0.4.6
distro==1.9.0 distro==1.9.0
exceptiongroup==1.2.2 greenlet==3.1.1
filelock==3.15.4
fsspec==2024.6.1
greenlet==3.0.3
groq==0.6.0 groq==0.6.0
h11==0.14.0 h11==0.14.0
httpcore==1.0.5 httpcore==1.0.7
httpx==0.27.0 httpx==0.27.0
huggingface-hub==0.24.5 idna==3.10
idna==3.7 Jinja2==3.1.4
jinja2==3.1.4 jiter==0.8.0
jiter==0.5.0
jsonref==1.1.0 jsonref==1.1.0
mako==1.3.5 Mako==1.3.7
markupsafe==2.1.5 MarkupSafe==3.0.2
openai==1.40.6 openai==1.40.6
packaging==24.1 prompt-toolkit==3.0.48
prompt-toolkit==3.0.47
psutil==5.9.8 psutil==5.9.8
pydantic-core==2.20.1 pydantic-core==2.20.1
pydantic==2.8.2 pydantic==2.8.2
python-dotenv==1.0.1 python-dotenv==1.0.1
pyyaml==6.0.2 regex==2024.11.6
regex==2024.7.24
requests==2.32.3 requests==2.32.3
sniffio==1.3.1 sniffio==1.3.1
sqlalchemy==2.0.32 sqlalchemy==2.0.32
sqlalchemy[asyncio]==2.0.32 sqlalchemy[asyncio]==2.0.32
tenacity==9.0.0 tenacity==9.0.0
tiktoken==0.6.0 tiktoken==0.8.0
tokenizers==0.20.0 tqdm==4.67.1
tqdm==4.66.5
typing-extensions==4.12.2 typing-extensions==4.12.2
urllib3==2.2.2 urllib3==2.2.3
wcwidth==0.2.13 wcwidth==0.2.13