Skip to content

Commit 4699b8c

Browse files
Update httpx requirement from ~=0.27.2 to ~=0.28.1 in /code/function
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.27.2...0.28.1) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 47e7e4f commit 4699b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/function/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
azure-functions~=1.21.3
77
fastapi~=0.115.6
88
pydantic-settings~=2.7.0
9-
httpx~=0.27.2
9+
httpx~=0.28.1
1010
azure-monitor-opentelemetry-exporter==1.0.0b32
1111
opentelemetry-instrumentation-fastapi==0.49b2
1212
opentelemetry-instrumentation-httpx~=0.49b2

0 commit comments

Comments
 (0)