Skip to content

Commit

Permalink
downgrades httpx again
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Dec 2, 2024
1 parent 4e55c7e commit b3bd671
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions services/catalog/requirements/_base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ httpcore==1.0.7
# via httpx
httptools==0.6.4
# via uvicorn
httpx==0.28.0
httpx==0.27.2
# via
# -c requirements/../../../packages/common-library/requirements/../../../requirements/constraints.txt
# -c requirements/../../../packages/models-library/requirements/../../../packages/common-library/requirements/../../../requirements/constraints.txt
Expand Down Expand Up @@ -460,7 +460,9 @@ shellingham==1.5.4
six==1.16.0
# via python-dateutil
sniffio==1.3.1
# via anyio
# via
# anyio
# httpx
sqlalchemy==1.4.54
# via
# -c requirements/../../../packages/common-library/requirements/../../../requirements/constraints.txt
Expand Down
3 changes: 2 additions & 1 deletion services/catalog/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ httpcore==1.0.7
# via
# -c requirements/_base.txt
# httpx
httpx==0.28.0
httpx==0.27.2
# via
# -c requirements/../../../requirements/constraints.txt
# -c requirements/_base.txt
Expand Down Expand Up @@ -175,6 +175,7 @@ sniffio==1.3.1
# -c requirements/_base.txt
# anyio
# asgi-lifespan
# httpx
sqlalchemy==1.4.54
# via
# -c requirements/../../../requirements/constraints.txt
Expand Down

0 comments on commit b3bd671

Please sign in to comment.