mirror of
https://github.com/Pythagora-io/gpt-pilot.git
synced 2026-01-09 13:17:55 -05:00
update requirements to support python 3.13
This commit is contained in:
@@ -25,19 +25,19 @@ build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
pydantic = "^2.7.1"
|
||||
openai = "^1.27.0"
|
||||
pydantic = "^2.8.2"
|
||||
openai = "^1.40.6"
|
||||
anthropic = "^0.39.0"
|
||||
groq = "^0.6.0"
|
||||
jinja2 = "^3.1.3"
|
||||
tiktoken = "^0.6.0"
|
||||
sqlalchemy = { version = "^2.0.29", extras = ["asyncio"] }
|
||||
jinja2 = "^3.1.4"
|
||||
tiktoken = "^0.8.0"
|
||||
sqlalchemy = { version = "^2.0.32", extras = ["asyncio"] }
|
||||
aiosqlite = "^0.20.0"
|
||||
psutil = "^5.9.8"
|
||||
httpx = "^0.27.0"
|
||||
alembic = "^1.13.1"
|
||||
alembic = "^1.13.2"
|
||||
python-dotenv = "^1.0.1"
|
||||
prompt-toolkit = "^3.0.45"
|
||||
prompt-toolkit = "^3.0.48"
|
||||
jsonref = "^1.1.0"
|
||||
tenacity = "9.0.0"
|
||||
|
||||
|
||||
@@ -1,44 +1,36 @@
|
||||
aiosqlite==0.20.0
|
||||
alembic==1.13.2
|
||||
annotated-types==0.7.0
|
||||
anthropic==0.25.9
|
||||
anyio==4.4.0
|
||||
certifi==2024.7.4
|
||||
charset-normalizer==3.3.2
|
||||
colorama==0.4.6
|
||||
anthropic==0.39.0
|
||||
anyio==4.7.0
|
||||
certifi==2024.8.30
|
||||
charset-normalizer==3.4.0
|
||||
distro==1.9.0
|
||||
exceptiongroup==1.2.2
|
||||
filelock==3.15.4
|
||||
fsspec==2024.6.1
|
||||
greenlet==3.0.3
|
||||
greenlet==3.1.1
|
||||
groq==0.6.0
|
||||
h11==0.14.0
|
||||
httpcore==1.0.5
|
||||
httpcore==1.0.7
|
||||
httpx==0.27.0
|
||||
huggingface-hub==0.24.5
|
||||
idna==3.7
|
||||
jinja2==3.1.4
|
||||
jiter==0.5.0
|
||||
idna==3.10
|
||||
Jinja2==3.1.4
|
||||
jiter==0.8.0
|
||||
jsonref==1.1.0
|
||||
mako==1.3.5
|
||||
markupsafe==2.1.5
|
||||
Mako==1.3.7
|
||||
MarkupSafe==3.0.2
|
||||
openai==1.40.6
|
||||
packaging==24.1
|
||||
prompt-toolkit==3.0.47
|
||||
prompt-toolkit==3.0.48
|
||||
psutil==5.9.8
|
||||
pydantic-core==2.20.1
|
||||
pydantic==2.8.2
|
||||
python-dotenv==1.0.1
|
||||
pyyaml==6.0.2
|
||||
regex==2024.7.24
|
||||
regex==2024.11.6
|
||||
requests==2.32.3
|
||||
sniffio==1.3.1
|
||||
sqlalchemy==2.0.32
|
||||
sqlalchemy[asyncio]==2.0.32
|
||||
tenacity==9.0.0
|
||||
tiktoken==0.6.0
|
||||
tokenizers==0.20.0
|
||||
tqdm==4.66.5
|
||||
tiktoken==0.8.0
|
||||
tqdm==4.67.1
|
||||
typing-extensions==4.12.2
|
||||
urllib3==2.2.2
|
||||
urllib3==2.2.3
|
||||
wcwidth==0.2.13
|
||||
|
||||
Reference in New Issue
Block a user