Skip to content

Commit 2447127

Browse files
author
Preetam Joshi
committed
Relaxing dependency versions
1 parent 43112bb commit 2447127

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
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.1"
4+
__version__ = "0.10.2"

setup.py

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@
88
name='aimon',
99
python_requires='>3.8.0',
1010
packages=find_packages(),
11-
version="0.10.1",
11+
version="0.10.2",
1212
install_requires=[
13-
"annotated-types==0.6.0",
14-
"anyio==4.9.0",
15-
"certifi==2025.4.26",
16-
"distro==1.9.0",
17-
"exceptiongroup==1.2.2",
18-
"h11==0.16.0",
19-
"httpcore==1.0.9",
20-
"httpx==0.28.1",
21-
"idna==3.10",
22-
"pydantic==2.11.3",
23-
"pydantic-core==2.33.1",
24-
"sniffio==1.3.1",
25-
"typing-extensions==4.13.2"
13+
"annotated-types~=0.6.0",
14+
"anyio~=4.9.0",
15+
"certifi~=2025.4.26",
16+
"distro~=1.9.0",
17+
"exceptiongroup~=1.2.2",
18+
"h11~=0.16.0",
19+
"httpcore~=1.0.9",
20+
"httpx~=0.28.1",
21+
"idna~=3.10",
22+
"pydantic~=2.11.3",
23+
"pydantic-core~=2.33.1",
24+
"sniffio~=1.3.1",
25+
"typing-extensions~=4.13.2"
2626
],
2727
author='AIMon',
2828
author_email='info@aimon.ai',

0 commit comments

Comments
 (0)