Skip to content

Commit bd04d36

Browse files
leosmerling-hopeitLeo Smerling
andauthored
chore: pin aiotthp version to <4 to allow 3.11 and future 3.x aiohttp updates (#133)
Co-authored-by: Leo Smerling <[email protected]>
1 parent 311f0dc commit bd04d36

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

aiohttp_swagger3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"ValidatorError",
1313
"__version__",
1414
)
15-
__version__ = "0.9.0"
15+
__version__ = "0.10.0"
1616
__author__ = "Valetov Konstantin"
1717

1818
from .exceptions import ValidatorError

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Konstantin Valetov'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '0.9.0'
25+
release = '0.10.0'
2626

2727

2828
# -- General configuration ---------------------------------------------------

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aiohttp>=3.8.0,<3.11.0
1+
aiohttp>=3.8.0,<4
22
pyyaml>=5.4.0
33
attrs>=19.3.0
44
fastjsonschema>=2.15.0,<2.20.0

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
"Programming Language :: Python :: 3.9",
4444
"Programming Language :: Python :: 3.10",
4545
"Programming Language :: Python :: 3.11",
46+
"Programming Language :: Python :: 3.12",
47+
"Programming Language :: Python :: 3.13",
4648
"Development Status :: 4 - Beta",
4749
"Operating System :: POSIX",
4850
"Operating System :: MacOS :: MacOS X",

0 commit comments

Comments
 (0)