Skip to content

Commit fca1c3f

Browse files
authored
Relax httpx version (#71)
* Relax httpx version to <0.28 to be compatible with pydantic-ai in workfloworchestrator-core * bump
1 parent 4326387 commit fca1c3f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.4.0
2+
current_version = 2.4.1
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?

oauth2_lib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313

1414
"""This is the SURF Oauth2 module that interfaces with the oauth2 setup."""
1515

16-
__version__ = "2.4.0"
16+
__version__ = "2.4.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ requires = [
3333
"requests>=2.19.0",
3434
"structlog>=20.2.0",
3535
"fastapi>=0.90.1",
36-
"httpx[http2]>=0.23.0,<0.27.0",
36+
"httpx[http2]>=0.23.0,<0.28",
3737
"authlib==1.3.1",
3838
"pydantic>=2",
3939
"pydantic-settings",

0 commit comments

Comments
 (0)