Skip to content

Commit

Permalink
✨ dependency upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
juftin committed Feb 15, 2024
1 parent 3288d8c commit 7e23b0f
Show file tree
Hide file tree
Showing 11 changed files with 329 additions and 301 deletions.
27 changes: 14 additions & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@ classifiers = [
"Programming Language :: Python :: Implementation :: PyPy"
]
dependencies = [
"fastapi~=0.100.1",
"fastapi-users[sqlalchemy]~=12.1.2",
"pydantic[email]==2.1.1",
"pydantic-settings~=2.0.3",
"pydantic-extra-types~=2.0.0",
"sqlalchemy[asyncio]~=2.0.20",
"fastapi~=0.109.2",
"fastapi-users[sqlalchemy]~=12.1.3",
"pydantic[email]==2.6.1",
"pydantic-settings~=2.1.0",
"pydantic-extra-types~=2.5.0",
"sqlalchemy[asyncio]~=2.0.27",
"aiosqlite~=0.19.0",
"asyncpg~=0.28.0",
"asyncpg~=0.29.0",
"greenlet~=3.0.3",
"uvicorn[standard]~=0.23.2",
"uvicorn[standard]~=0.27.1",
"gunicorn~=21.2.0",
"alembic~=1.11.2",
"httpx~=0.24.1",
"rich~=13.5.2",
"alembic~=1.13.1",
"httpx~=0.26.0",
"rich~=13.7.0",
"click~=8.1.7",
# https://github.com/fastapi-users/fastapi-users/issues/1301
"setuptools; python_version == '3.12'"
Expand All @@ -41,8 +41,9 @@ description = "An asynchronous zoo API, powered by FastAPI and SQLModel"
dynamic = ["version"]
keywords = [
"fastapi",
"sqlmodel",
"async"
"sqlalchemy",
"async",
"alembic"
]
license = "MIT"
name = "zoo"
Expand Down
57 changes: 29 additions & 28 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,37 @@
# This file is autogenerated by hatch-pip-compile with Python 3.11
#
# - aiosqlite~=0.19.0
# - alembic~=1.11.2
# - asyncpg~=0.28.0
# - alembic~=1.13.1
# - asyncpg~=0.29.0
# - click~=8.1.7
# - fastapi-users[sqlalchemy]~=12.1.2
# - fastapi~=0.100.1
# - fastapi-users[sqlalchemy]~=12.1.3
# - fastapi~=0.109.2
# - greenlet~=3.0.3
# - gunicorn~=21.2.0
# - httpx~=0.24.1
# - pydantic-extra-types~=2.0.0
# - pydantic-settings~=2.0.3
# - pydantic[email]==2.1.1
# - rich~=13.5.2
# - httpx~=0.26.0
# - pydantic-extra-types~=2.5.0
# - pydantic-settings~=2.1.0
# - pydantic[email]==2.6.1
# - rich~=13.7.0
# - setuptools; python_version == "3.12"
# - sqlalchemy[asyncio]~=2.0.20
# - uvicorn[standard]~=0.23.2
# - sqlalchemy[asyncio]~=2.0.27
# - uvicorn[standard]~=0.27.1
#

aiosqlite==0.19.0
# via hatch.envs.default
alembic==1.11.3
alembic==1.13.1
# via hatch.envs.default
annotated-types==0.6.0
# via pydantic
anyio==4.2.0
# via
# httpcore
# httpx
# starlette
# watchfiles
asyncpg==0.28.0
async-timeout==4.0.3
# via asyncpg
asyncpg==0.29.0
# via hatch.envs.default
bcrypt==4.1.2
# via passlib
Expand All @@ -52,11 +54,11 @@ email-validator==2.0.0.post2
# via
# fastapi-users
# pydantic
fastapi==0.100.1
fastapi==0.109.2
# via
# hatch.envs.default
# fastapi-users
fastapi-users==12.1.2
fastapi-users==12.1.3
# via
# hatch.envs.default
# fastapi-users
Expand All @@ -73,11 +75,11 @@ h11==0.14.0
# via
# httpcore
# uvicorn
httpcore==0.17.3
httpcore==1.0.3
# via httpx
httptools==0.6.1
# via uvicorn
httpx==0.24.1
httpx==0.26.0
# via hatch.envs.default
idna==3.6
# via
Expand All @@ -102,18 +104,18 @@ passlib==1.7.4
# passlib
pycparser==2.21
# via cffi
pydantic==2.1.1
pydantic==2.6.1
# via
# hatch.envs.default
# fastapi
# pydantic
# pydantic-extra-types
# pydantic-settings
pydantic-core==2.4.0
pydantic-core==2.16.2
# via pydantic
pydantic-extra-types==2.0.0
pydantic-extra-types==2.5.0
# via hatch.envs.default
pydantic-settings==2.0.3
pydantic-settings==2.1.0
# via hatch.envs.default
pygments==2.17.2
# via rich
Expand All @@ -125,24 +127,23 @@ python-dotenv==1.0.0
# via
# pydantic-settings
# uvicorn
python-multipart==0.0.6
python-multipart==0.0.7
# via fastapi-users
pyyaml==6.0.1
# via uvicorn
rich==13.5.3
rich==13.7.0
# via hatch.envs.default
sniffio==1.3.0
# via
# anyio
# httpcore
# httpx
sqlalchemy==2.0.25
sqlalchemy==2.0.27
# via
# hatch.envs.default
# alembic
# fastapi-users-db-sqlalchemy
# sqlalchemy
starlette==0.27.0
starlette==0.36.3
# via fastapi
typing-extensions==4.9.0
# via
Expand All @@ -151,7 +152,7 @@ typing-extensions==4.9.0
# pydantic
# pydantic-core
# sqlalchemy
uvicorn==0.23.2
uvicorn==0.27.1
# via
# hatch.envs.default
# uvicorn
Expand Down
57 changes: 29 additions & 28 deletions requirements/requirements-all.py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,37 @@
# - pytest
# - pytest-cov
# - aiosqlite~=0.19.0
# - alembic~=1.11.2
# - asyncpg~=0.28.0
# - alembic~=1.13.1
# - asyncpg~=0.29.0
# - click~=8.1.7
# - fastapi-users[sqlalchemy]~=12.1.2
# - fastapi~=0.100.1
# - fastapi-users[sqlalchemy]~=12.1.3
# - fastapi~=0.109.2
# - greenlet~=3.0.3
# - gunicorn~=21.2.0
# - httpx~=0.24.1
# - pydantic-extra-types~=2.0.0
# - pydantic-settings~=2.0.3
# - pydantic[email]==2.1.1
# - rich~=13.5.2
# - httpx~=0.26.0
# - pydantic-extra-types~=2.5.0
# - pydantic-settings~=2.1.0
# - pydantic[email]==2.6.1
# - rich~=13.7.0
# - setuptools; python_version == "3.12"
# - sqlalchemy[asyncio]~=2.0.20
# - uvicorn[standard]~=0.23.2
# - sqlalchemy[asyncio]~=2.0.27
# - uvicorn[standard]~=0.27.1
#

aiosqlite==0.19.0
# via hatch.envs.all.py3.10
alembic==1.11.3
alembic==1.13.1
# via hatch.envs.all.py3.10
annotated-types==0.6.0
# via pydantic
anyio==4.2.0
# via
# httpcore
# httpx
# starlette
# watchfiles
asyncpg==0.28.0
async-timeout==4.0.3
# via asyncpg
asyncpg==0.29.0
# via hatch.envs.all.py3.10
bcrypt==4.1.2
# via passlib
Expand Down Expand Up @@ -62,11 +64,11 @@ exceptiongroup==1.2.0
# via
# anyio
# pytest
fastapi==0.100.1
fastapi==0.109.2
# via
# hatch.envs.all.py3.10
# fastapi-users
fastapi-users==12.1.2
fastapi-users==12.1.3
# via
# hatch.envs.all.py3.10
# fastapi-users
Expand All @@ -83,11 +85,11 @@ h11==0.14.0
# via
# httpcore
# uvicorn
httpcore==0.17.3
httpcore==1.0.3
# via httpx
httptools==0.6.1
# via uvicorn
httpx==0.24.1
httpx==0.26.0
# via hatch.envs.all.py3.10
idna==3.6
# via
Expand Down Expand Up @@ -118,18 +120,18 @@ pluggy==1.3.0
# via pytest
pycparser==2.21
# via cffi
pydantic==2.1.1
pydantic==2.6.1
# via
# hatch.envs.all.py3.10
# fastapi
# pydantic
# pydantic-extra-types
# pydantic-settings
pydantic-core==2.4.0
pydantic-core==2.16.2
# via pydantic
pydantic-extra-types==2.0.0
pydantic-extra-types==2.5.0
# via hatch.envs.all.py3.10
pydantic-settings==2.0.3
pydantic-settings==2.1.0
# via hatch.envs.all.py3.10
pygments==2.17.2
# via rich
Expand All @@ -147,24 +149,23 @@ python-dotenv==1.0.0
# via
# pydantic-settings
# uvicorn
python-multipart==0.0.6
python-multipart==0.0.7
# via fastapi-users
pyyaml==6.0.1
# via uvicorn
rich==13.5.3
rich==13.7.0
# via hatch.envs.all.py3.10
sniffio==1.3.0
# via
# anyio
# httpcore
# httpx
sqlalchemy==2.0.25
sqlalchemy==2.0.27
# via
# hatch.envs.all.py3.10
# alembic
# fastapi-users-db-sqlalchemy
# sqlalchemy
starlette==0.27.0
starlette==0.36.3
# via fastapi
tomli==2.0.1
# via
Expand All @@ -179,7 +180,7 @@ typing-extensions==4.9.0
# pydantic-core
# sqlalchemy
# uvicorn
uvicorn==0.23.2
uvicorn==0.27.1
# via
# hatch.envs.all.py3.10
# uvicorn
Expand Down
Loading

0 comments on commit 7e23b0f

Please sign in to comment.