Skip to content

Commit

Permalink
build: update httpx
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed Oct 19, 2023
1 parent 47d93a8 commit 6fbe948
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ classifiers = [
]

[tool.poetry.dependencies]
python = "^3.7"
python = ">=3.8"
authlib = "~1"
# As per httpx recommendation we will lock to a fixed minor version until 1.0 is released
httpx = "~0.23"
httpx = "~0.25"
pydantic = "~1"
orjson = {version = "~3", optional = true}
ipython = {version = "~8", optional = true, python = "^3.8"}
zeep = {version = "~4", optional = true, extras = ["async"]}
orjson = { version = "~3", optional = true }
ipython = { version = "~8", optional = true, python = "^3.8" }
zeep = { version = "~4", optional = true, extras = ["async"] }
oauthlib = "~3"

[tool.poetry.extras]
Expand Down Expand Up @@ -65,6 +65,4 @@ profile = "black"
multi_line_output = 3

[tool.pytest.ini_options]
markers = [
"slow: marks tests as slow (deselect with '-m \"not slow\"')",
]
markers = ["slow: marks tests as slow (deselect with '-m \"not slow\"')"]

0 comments on commit 6fbe948

Please sign in to comment.