Skip to content

Commit f21961b

Browse files
author
Preetam Joshi
committed
Relaxing httpx version to 0.27.2
1 parent 2447127 commit f21961b

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.10.2"
4+
__version__ = "0.10.3"

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.10.2",
11+
version="0.10.3",
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.28.1",
20+
"httpx>=0.27.2,<0.28.1",
2121
"idna~=3.10",
2222
"pydantic~=2.11.3",
2323
"pydantic-core~=2.33.1",

0 commit comments

Comments
 (0)