Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Upgrade dependencies and introduce faststream dependency #5700

Merged
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
16 changes: 16 additions & 0 deletions packages/aws-library/requirements/_base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ aiormq==6.8.0
# via aio-pika
aiosignal==1.3.1
# via aiohttp
anyio==4.3.0
# via
# fast-depends
# faststream
arrow==1.3.0
async-timeout==4.0.3
# via
Expand All @@ -41,12 +45,18 @@ dnspython==2.6.1
# via email-validator
email-validator==2.1.1
# via pydantic
exceptiongroup==1.2.1
# via anyio
fast-depends==2.4.2
# via faststream
faststream==0.5.2
frozenlist==1.4.1
# via
# aiohttp
# aiosignal
idna==3.6
# via
# anyio
# email-validator
# yarl
jmespath==1.0.1
Expand All @@ -68,6 +78,7 @@ orjson==3.10.0
pamqp==3.3.0
# via aiormq
pydantic==1.10.15
# via fast-depends
pygments==2.17.2
# via rich
pyinstrument==4.6.2
Expand All @@ -94,10 +105,13 @@ shellingham==1.5.4
# via typer
six==1.16.0
# via python-dateutil
sniffio==1.3.1
# via anyio
tenacity==8.2.3
toolz==0.12.1
tqdm==4.66.2
typer==0.12.1
# via faststream
types-aiobotocore==2.12.2
types-aiobotocore-ec2==2.12.2
# via types-aiobotocore
Expand All @@ -111,6 +125,8 @@ typing-extensions==4.11.0
# via
# aiodebug
# aiodocker
# anyio
# faststream
# pydantic
# typer
# types-aiobotocore
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-library/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ cryptography==42.0.5
# moto
docker==7.0.0
# via moto
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via pytest
faker==24.7.1
flask==3.0.3
Expand Down
42 changes: 20 additions & 22 deletions packages/service-library/requirements/_aiohttp.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp==3.8.6
aiohttp==3.9.5
# via aiozipkin
aiopg==1.4.0
aiosignal==1.3.1
Expand All @@ -8,30 +8,28 @@ async-timeout==4.0.3
# via
# aiohttp
# aiopg
attrs==23.1.0
attrs==23.2.0
# via
# aiohttp
# jsonschema
# referencing
certifi==2023.7.22
certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via
# aiohttp
# requests
frozenlist==1.4.0
# via requests
frozenlist==1.4.1
# via
# aiohttp
# aiosignal
greenlet==3.0.1
greenlet==3.0.3
# via sqlalchemy
idna==3.4
idna==3.7
# via
# requests
# yarl
isodate==0.6.1
# via openapi-core
jsonschema==4.19.2
jsonschema==4.21.1
# via
# openapi-core
# openapi-schema-validator
Expand All @@ -44,28 +42,28 @@ jsonschema-specifications==2023.7.1
# via
# jsonschema
# openapi-schema-validator
lazy-object-proxy==1.9.0
lazy-object-proxy==1.10.0
# via openapi-spec-validator
markupsafe==2.1.3
markupsafe==2.1.5
# via werkzeug
more-itertools==10.1.0
more-itertools==10.2.0
# via openapi-core
multidict==6.0.4
multidict==6.0.5
# via
# aiohttp
# yarl
openapi-core==0.19.0
openapi-core==0.19.1
openapi-schema-validator==0.6.2
# via
# openapi-core
# openapi-spec-validator
openapi-spec-validator==0.7.1
# via openapi-core
parse==1.19.1
parse==1.20.1
# via openapi-core
pathable==0.4.3
# via jsonschema-path
prometheus-client==0.19.0
prometheus-client==0.20.0
psycopg2-binary==2.9.9
# via
# aiopg
Expand All @@ -81,19 +79,19 @@ requests==2.31.0
# via jsonschema-path
rfc3339-validator==0.1.4
# via openapi-schema-validator
rpds-py==0.10.6
rpds-py==0.18.0
# via
# jsonschema
# referencing
six==1.16.0
# via
# isodate
# rfc3339-validator
sqlalchemy==1.4.50
sqlalchemy==1.4.52
# via aiopg
urllib3==2.0.7
urllib3==2.2.1
# via requests
werkzeug==3.0.1
werkzeug==3.0.2
# via openapi-core
yarl==1.9.2
yarl==1.9.4
# via aiohttp
1 change: 1 addition & 0 deletions packages/service-library/requirements/_base.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ aiodebug
aiodocker
aiofiles
arrow # date/time
faststream
pydantic
pyinstrument
pyyaml
Expand Down
71 changes: 44 additions & 27 deletions packages/service-library/requirements/_base.txt
Original file line number Diff line number Diff line change
@@ -1,85 +1,102 @@
aio-pika==9.3.0
aio-pika==9.4.1
aiodebug==2.3.0
aiodocker==0.21.0
aiofiles==23.2.1
aiohttp==3.8.6
aiohttp==3.9.5
# via aiodocker
aiormq==6.7.7
aiormq==6.8.0
# via aio-pika
aiosignal==1.3.1
# via aiohttp
anyio==4.3.0
# via
# fast-depends
# faststream
arrow==1.3.0
async-timeout==4.0.3
# via
# aiohttp
# redis
attrs==23.1.0
attrs==23.2.0
# via
# aiohttp
# jsonschema
# referencing
charset-normalizer==3.3.2
# via aiohttp
click==8.1.7
# via typer
dnspython==2.4.2
dnspython==2.6.1
# via email-validator
email-validator==2.1.0.post1
email-validator==2.1.1
# via pydantic
frozenlist==1.4.0
exceptiongroup==1.2.1
# via anyio
fast-depends==2.4.2
# via faststream
faststream==0.5.2
frozenlist==1.4.1
# via
# aiohttp
# aiosignal
idna==3.4
idna==3.7
# via
# anyio
# email-validator
# yarl
jsonschema==4.19.2
jsonschema==4.21.1
jsonschema-specifications==2023.7.1
# via jsonschema
markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
multidict==6.0.4
multidict==6.0.5
# via
# aiohttp
# yarl
orjson==3.10.0
pamqp==3.2.1
orjson==3.10.1
pamqp==3.3.0
# via aiormq
pydantic==1.10.13
pygments==2.16.1
pydantic==1.10.15
# via fast-depends
pygments==2.17.2
# via rich
pyinstrument==4.6.1
python-dateutil==2.8.2
pyinstrument==4.6.2
python-dateutil==2.9.0.post0
# via arrow
pyyaml==6.0.1
redis==5.0.1
redis==5.0.3
referencing==0.29.3
# via
# jsonschema
# jsonschema-specifications
rich==13.6.0
rpds-py==0.10.6
rich==13.7.1
# via typer
rpds-py==0.18.0
# via
# jsonschema
# referencing
shellingham==1.5.4
# via typer
six==1.16.0
# via python-dateutil
sniffio==1.3.1
# via anyio
tenacity==8.2.3
toolz==0.12.0
tqdm==4.66.1
typer==0.9.0
types-python-dateutil==2.8.19.14
toolz==0.12.1
tqdm==4.66.2
typer==0.12.3
# via faststream
types-python-dateutil==2.9.0.20240316
# via arrow
typing-extensions==4.8.0
typing-extensions==4.11.0
# via
# aiodebug
# aiodocker
# anyio
# faststream
# pydantic
# typer
yarl==1.9.2
yarl==1.9.4
# via
# aio-pika
# aiohttp
Expand Down
30 changes: 15 additions & 15 deletions packages/service-library/requirements/_fastapi.txt
Original file line number Diff line number Diff line change
@@ -1,48 +1,48 @@
anyio==4.0.0
anyio==4.3.0
# via
# httpcore
# httpx
# starlette
certifi==2023.7.22
certifi==2024.2.2
# via
# httpcore
# httpx
click==8.1.7
# via uvicorn
dnspython==2.4.2
dnspython==2.6.1
# via email-validator
email-validator==2.1.0.post1
email-validator==2.1.1
# via pydantic
exceptiongroup==1.1.3
exceptiongroup==1.2.1
# via anyio
fastapi==0.99.1
# via prometheus-fastapi-instrumentator
h11==0.14.0
# via
# httpcore
# uvicorn
httpcore==0.18.0
httpcore==1.0.5
# via httpx
httpx==0.25.0
idna==3.4
httpx==0.27.0
idna==3.7
# via
# anyio
# email-validator
# httpx
prometheus-client==0.19.0
prometheus-client==0.20.0
# via prometheus-fastapi-instrumentator
prometheus-fastapi-instrumentator==6.1.0
pydantic==1.10.13
pydantic==1.10.15
# via fastapi
sniffio==1.3.0
sniffio==1.3.1
# via
# anyio
# httpcore
# httpx
starlette==0.27.0
# via fastapi
typing-extensions==4.8.0
typing-extensions==4.11.0
# via
# anyio
# fastapi
# pydantic
# uvicorn
uvicorn==0.23.2
uvicorn==0.29.0
Loading
Loading