Skip to content

Commit fe680cd

Browse files
upgrade httpcore to fix tests
1 parent 4aba20a commit fe680cd

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ aiohttp = { version = ">=3.13.2", optional = true }
133133
grpcio-tools = { version = ">=1.76.0", optional = true }
134134
msgpack = { version = ">=1.1.2", optional = true }
135135
pandas = { version = ">=2.3.3", optional = true }
136+
httpcore = { version = ">=1.0.8", optional = true } # we could fix this for everyone but this is httpx's responsibility
136137

137138
[tool.poetry.group.numpy_old.dependencies]
138139
numpy = { version = ">=2.0", optional = true, markers = "python_version < '3.11'" }

0 commit comments

Comments
 (0)