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 a436300 commit e9a206aCopy full SHA for e9a206a
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.10.5
+current_version = 1.11.0
3
commit = False
4
tag = False
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
nwastdlib/__init__.py
@@ -13,7 +13,7 @@
13
#
14
"""The NWA-stdlib module."""
15
16
-__version__ = "1.10.5"
+__version__ = "1.11.0"
17
18
from nwastdlib.f import const, identity
19
pyproject.toml
@@ -36,7 +36,7 @@ requires = [
36
"pydantic>=2.4.0",
37
"pydantic_settings",
38
"strawberry-graphql>=0.246.2",
39
- "redis>=5.0, <6.0",
+ "redis>=5.0, <8.0",
40
"structlog>=22.1.0",
41
]
42
description-file = "README.md"
0 commit comments