Skip to content

Commit fb761a6

Browse files
Merge pull request #99 from kinde-oss/feat/httpx-upgrade
feat: upgrade httpx dependency version
2 parents e3672f5 + f0e7fb1 commit fb761a6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "kinde-python-sdk"
3-
version = "2.0.9"
3+
version = "2.0.10"
44
authors = [
55
{ name = "Kinde Engineering", email = "engineering@kinde.com" },
66
]
@@ -33,7 +33,7 @@ dependencies = [
3333
"python-dotenv >=1.0.0, <2.0.0",
3434
"itsdangerous >=2.2.0, <3.0.0",
3535
"nest-asyncio >=1.5.8, <2.0.0",
36-
"httpx >=0.25.0, <0.26.0",
36+
"httpx >=0.25.0, <0.29.0",
3737
"pydantic >=2.0.0, <3.0.0",
3838
]
3939

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ PyYAML>=6.0.1
3333
twine>=4.0.2
3434

3535
# Other dependencies
36-
httpx>=0.25.0
36+
httpx>=0.25.0,<0.29.0

0 commit comments

Comments
 (0)