Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion carbonserver/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = [
"fastapi[standard]",
"httpx",
"pydantic[email]>=2.0.0,<3.0.0",
"pydantic-settings>=2.0.0,<3.0.0",
"pydantic-settings>=2.14.2,<3.0.0",
"psycopg2-binary<3.0.0",
"requests<3.0.0",
"sqlalchemy<2.0.0",
Expand Down
10 changes: 5 additions & 5 deletions requirements/requirements-api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ click==8.3.1
# rich-toolkit
# typer
# uvicorn
cryptography==48.0.0
cryptography==48.0.1
# via
# authlib
# joserfc
Expand Down Expand Up @@ -123,11 +123,11 @@ pydantic==2.12.5
# pydantic-settings
pydantic-core==2.41.5
# via pydantic
pydantic-settings==2.13.1
pydantic-settings==2.14.2
# via carbonserver (carbonserver/pyproject.toml)
pygments==2.19.2
# via rich
pyjwt==2.10.1
pyjwt==2.13.0
# via carbonserver (carbonserver/pyproject.toml)
python-dateutil==2.9.0.post0
# via carbonserver (carbonserver/pyproject.toml)
Expand All @@ -137,7 +137,7 @@ python-dotenv==1.2.2
# uvicorn
python-jose==3.5.0
# via fastapi-oidc
python-multipart==0.0.27
python-multipart==0.0.31
# via fastapi
pyyaml==6.0.3
# via uvicorn
Expand Down Expand Up @@ -173,7 +173,7 @@ sqlalchemy==1.4.54
# via
# carbonserver (carbonserver/pyproject.toml)
# alembic
starlette==0.50.0
starlette==1.3.1
# via fastapi
typer==0.20.0
# via
Expand Down
Loading