Skip to content

Commit

Permalink
Update httpx (#471)
Browse files Browse the repository at this point in the history
Updates httpx and relaxes version constraint so that it's easier to use
within other projects
  • Loading branch information
disrupted authored Mar 11, 2024
1 parent 3c4f461 commit 760d755
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 42 deletions.
72 changes: 32 additions & 40 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pyhumps = "^3.7.3"
cachetools = "^5.2.0"
dictdiffer = "^0.9.0"
python-schema-registry-client = "^2.4.1"
httpx = "^0.24.1"
httpx = "^0 >=0.24.1"
networkx = "^3.1"

[tool.poetry.group.dev.dependencies]
Expand All @@ -47,7 +47,7 @@ typer-cli = "^0.0.13"
pyright = "^1.1.352"
pytest-rerunfailures = "^11.1.2"
pytest-asyncio = "^0.21.1"
pytest-httpx = "^0.22.0"
pytest-httpx = "^0.30.0"
pytablewriter = { extras = ["from"], version = "^1.0.0" }
polyfactory = "^2.13.0"

Expand Down

0 comments on commit 760d755

Please sign in to comment.