We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2447127 commit f21961bCopy full SHA for f21961b
aimon/_version.py
@@ -1,4 +1,4 @@
1
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
3
__title__ = "aimon"
4
-__version__ = "0.10.2"
+__version__ = "0.10.3"
setup.py
@@ -8,7 +8,7 @@
8
name='aimon',
9
python_requires='>3.8.0',
10
packages=find_packages(),
11
- version="0.10.2",
+ version="0.10.3",
12
install_requires=[
13
"annotated-types~=0.6.0",
14
"anyio~=4.9.0",
@@ -17,7 +17,7 @@
17
"exceptiongroup~=1.2.2",
18
"h11~=0.16.0",
19
"httpcore~=1.0.9",
20
- "httpx~=0.28.1",
+ "httpx>=0.27.2,<0.28.1",
21
"idna~=3.10",
22
"pydantic~=2.11.3",
23
"pydantic-core~=2.33.1",
0 commit comments