Skip to content

Commit

Permalink
Changing the python httpx package to 0.27.2 because after 0.28.0 vers…
Browse files Browse the repository at this point in the history
…ion is giving errors related to proxies which is removed.

Signed-off-by: lrangine <[email protected]>
  • Loading branch information
lokeshrangineni committed Dec 20, 2024
1 parent 1f2615f commit 585348c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
6 changes: 4 additions & 2 deletions sdk/python/requirements/py3.10-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ httpcore==1.0.7
# via httpx
httptools==0.6.4
# via uvicorn
httpx[http2]==0.28.1
httpx[http2]==0.27.2
# via
# feast (setup.py)
# jupyterlab
Expand Down Expand Up @@ -867,7 +867,9 @@ six==1.17.0
# rfc3339-validator
# thriftpy2
sniffio==1.3.1
# via anyio
# via
# anyio
# httpx
snowballstemmer==2.2.0
# via sphinx
snowflake-connector-python[pandas]==3.12.4
Expand Down
8 changes: 4 additions & 4 deletions sdk/python/requirements/py3.11-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ httpcore==1.0.7
# via httpx
httptools==0.6.4
# via uvicorn
httpx[http2]==0.28.1
httpx[http2]==0.27.2
# via
# feast (setup.py)
# jupyterlab
Expand Down Expand Up @@ -858,7 +858,9 @@ six==1.17.0
# rfc3339-validator
# thriftpy2
sniffio==1.3.1
# via anyio
# via
# anyio
# httpx
snowballstemmer==2.2.0
# via sphinx
snowflake-connector-python[pandas]==3.12.4
Expand Down Expand Up @@ -911,8 +913,6 @@ tinycss2==1.4.0
# via nbconvert
toml==0.10.2
# via feast (setup.py)
tomli==2.2.1
# via coverage
tomlkit==0.13.2
# via snowflake-connector-python
toolz==0.12.1
Expand Down
6 changes: 4 additions & 2 deletions sdk/python/requirements/py3.9-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ httpcore==1.0.7
# via httpx
httptools==0.6.4
# via uvicorn
httpx[http2]==0.28.1
httpx[http2]==0.27.2
# via
# feast (setup.py)
# jupyterlab
Expand Down Expand Up @@ -875,7 +875,9 @@ six==1.17.0
# rfc3339-validator
# thriftpy2
sniffio==1.3.1
# via anyio
# via
# anyio
# httpx
snowballstemmer==2.2.0
# via sphinx
snowflake-connector-python[pandas]==3.12.4
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
"grpcio-tools>=1.56.2,<2",
"grpcio-testing>=1.56.2,<2",
# FastAPI does not correctly pull starlette dependency on httpx see thread(https://github.com/tiangolo/fastapi/issues/5656).
"httpx>=0.23.3",
"httpx==0.27.2",
"minio==7.1.0",
"mock==2.0.0",
"moto<5",
Expand Down

0 comments on commit 585348c

Please sign in to comment.