Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aimon/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "aimon"
__version__ = "0.11.0"
__version__ = "0.11.1"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
name='aimon',
python_requires='>3.8.0',
packages=find_packages(),
version="0.11.0",
version="0.11.1",
install_requires=[
"annotated-types~=0.6.0",
"anyio~=4.9.0",
Expand All @@ -17,7 +17,7 @@
"exceptiongroup~=1.2.2",
"h11~=0.16.0",
"httpcore~=1.0.9",
"httpx>=0.27.2,<0.28.1",
"httpx>=0.27.2,<1.0.0",
"idna~=3.10",
"pydantic~=2.11.3",
"pydantic-core~=2.33.1",
Expand Down