Skip to content

Commit 9c4ceb0

Browse files
build(deps): update httpx requirement from >=0.24.0 to >=0.28.1
Updates the requirements on [httpx](https://github.com/encode/httpx) to permit the latest version. - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](encode/httpx@0.24.0...0.28.1) --- updated-dependencies: - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 30b3afe commit 9c4ceb0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ authors = [
1515
dependencies = [
1616
"fastapi>=0.104.0",
1717
"pydantic>=2.0.0",
18-
"httpx>=0.24.0",
18+
"httpx>=0.28.1",
1919
"websockets>=11.0",
2020
"python-multipart>=0.0.6",
2121
"uvicorn>=0.23.0",
@@ -27,18 +27,18 @@ api = [
2727
"fastapi>=0.104.0",
2828
]
2929
dashboard = [
30-
"httpx>=0.24.0",
30+
"httpx>=0.28.1",
3131
"websockets>=11.0",
3232
]
3333
sdk = [
34-
"httpx>=0.24.0",
34+
"httpx>=0.28.1",
3535
]
3636
dev = [
3737
"pytest>=7.0.0",
3838
"pytest-asyncio>=0.21.0",
3939
]
4040
all = [
41-
"httpx>=0.24.0",
41+
"httpx>=0.28.1",
4242
"websockets>=11.0",
4343
"pytest>=7.0.0",
4444
"pytest-asyncio>=0.21.0",

0 commit comments

Comments
 (0)