Skip to content

Commit

Permalink
pins httpcore
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Dec 25, 2023
1 parent 2ec9ccf commit b7d8f67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ readme = "README.md"
license= "Apache-2.0"
dependencies = [
# https://pypi.org/project/fastapi/
# pin fastapi and starlette as long as we use justpy
# pin fastapi, httpcore and starlette as long as we use justpy
'fastapi==0.95.0',
'starlette==0.26.1',
'httpcore==0.15.0',
# https://pypi.org/project/geograpy3/
'geograpy3>=0.2.7',
#https://github.com/martinblech/xmltodict
Expand Down

0 comments on commit b7d8f67

Please sign in to comment.