Skip to content

Commit e73b14e

Browse files
Updated httpx dependency (#71)
1 parent 6efbe2e commit e73b14e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

aimon/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "aimon"
4-
__version__ = "0.11.0"
4+
__version__ = "0.11.1"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
name='aimon',
99
python_requires='>3.8.0',
1010
packages=find_packages(),
11-
version="0.11.0",
11+
version="0.11.1",
1212
install_requires=[
1313
"annotated-types~=0.6.0",
1414
"anyio~=4.9.0",
@@ -17,7 +17,7 @@
1717
"exceptiongroup~=1.2.2",
1818
"h11~=0.16.0",
1919
"httpcore~=1.0.9",
20-
"httpx>=0.27.2,<0.28.1",
20+
"httpx>=0.27.2,<1.0.0",
2121
"idna~=3.10",
2222
"pydantic~=2.11.3",
2323
"pydantic-core~=2.33.1",

0 commit comments

Comments
 (0)