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
10 changes: 5 additions & 5 deletions ch14/requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile dev.in
#
anyio==4.6.2.post1
anyio==4.14.2
# via
# httpx
# jupyter-server
Expand Down Expand Up @@ -244,9 +244,7 @@ six==1.16.0
# python-dateutil
# rfc3339-validator
sniffio==1.3.1
# via
# anyio
# httpx
# via httpx
soupsieve==2.8.4
# via beautifulsoup4
stack-data==0.6.3
Expand Down Expand Up @@ -281,7 +279,9 @@ traitlets==5.14.3
types-python-dateutil==2.9.0.20241003
# via arrow
typing-extensions==4.12.2
# via faker
# via
# anyio
# faker
uri-template==1.3.0
# via jsonschema
urllib3==2.7.0
Expand Down
5 changes: 2 additions & 3 deletions ch14/requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
annotated-types==0.7.0
# via pydantic
anyio==4.6.2.post1
anyio==4.14.2
# via starlette
cffi==2.0.0
# via cryptography
Expand Down Expand Up @@ -45,14 +45,13 @@ python-dotenv==1.2.2
# via
# -r requirements.in
# pydantic-settings
sniffio==1.3.1
# via anyio
sqlalchemy==2.0.36
# via -r requirements.in
starlette==0.41.3
# via fastapi
typing-extensions==4.12.2
# via
# anyio
# fastapi
# pydantic
# pydantic-core
Expand Down