diff --git a/CHANGELOG.md b/CHANGELOG.md
index e73dae780..c0e96e9c5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning].
-## [Unreleased]
+## [6.5.4] - 2022-03-31
### Fixed
@@ -981,7 +981,8 @@ This release contains no changes except for the version number.
[semantic versioning]: https://semver.org/spec/v2.0.0.html
-[Unreleased]: https://github.com/dipdup-io/dipdup/compare/6.5.3...HEAD
+[Unreleased]: https://github.com/dipdup-io/dipdup/compare/6.5.4...HEAD
+[6.5.4]: https://github.com/dipdup-io/dipdup/compare/6.5.3...6.5.4
[6.5.3]: https://github.com/dipdup-io/dipdup/compare/6.5.2...6.5.3
[6.5.2]: https://github.com/dipdup-io/dipdup/compare/6.5.1...6.5.2
[6.5.1]: https://github.com/dipdup-io/dipdup/compare/6.5.0...6.5.1
diff --git a/docs/config/reference.md b/docs/config/reference.md
index 551830cc7..5f46b84dd 100644
--- a/docs/config/reference.md
+++ b/docs/config/reference.md
@@ -583,7 +583,7 @@
-
-class TokenTransferHandlerConfig(callback, contract=None, token_id=None, from_=FieldInfo(alias='from', alias_priority=2, extra={}), to=None)
+class TokenTransferHandlerConfig(callback, contract=None, token_id=None, from_=None, to=None)
Token transfer handler config
- Parameters:
diff --git a/poetry.lock b/poetry.lock
index fda1a0b87..b7cf6c305 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -231,19 +231,18 @@ zookeeper = ["kazoo"]
[[package]]
name = "argcomplete"
-version = "2.1.2"
+version = "3.0.5"
description = "Bash tab completion for argparse"
category = "main"
optional = false
python-versions = ">=3.6"
files = [
- {file = "argcomplete-2.1.2-py3-none-any.whl", hash = "sha256:4ba9cdaa28c361d251edce884cd50b4b1215d65cdc881bd204426cdde9f52731"},
- {file = "argcomplete-2.1.2.tar.gz", hash = "sha256:fc82ef070c607b1559b5c720529d63b54d9dcf2dcfc2632b10e6372314a34457"},
+ {file = "argcomplete-3.0.5-py3-none-any.whl", hash = "sha256:e858595eee91732440e7291dbb49ae73d3fb9bfcc073429a16d54b7b374a7a3d"},
+ {file = "argcomplete-3.0.5.tar.gz", hash = "sha256:fe3ce77125f434a0dd1bffe5f4643e64126d5731ce8d173d36f62fa43d6eb6f7"},
]
[package.extras]
-lint = ["flake8", "mypy"]
-test = ["coverage", "flake8", "mypy", "pexpect", "wheel"]
+test = ["coverage", "mypy", "pexpect", "ruff", "wheel"]
[[package]]
name = "argon2-cffi"
@@ -1048,18 +1047,18 @@ cython = ["cython"]
[[package]]
name = "datamodel-code-generator"
-version = "0.17.1"
+version = "0.17.2"
description = "Datamodel Code Generator"
category = "main"
optional = false
python-versions = ">=3.7,<4.0"
files = [
- {file = "datamodel_code_generator-0.17.1-py3-none-any.whl", hash = "sha256:8e3bf374dff69ce65e07feed3322f5b83432cc7d3974169865ede69c4b98bf92"},
- {file = "datamodel_code_generator-0.17.1.tar.gz", hash = "sha256:a22e1f71b76c149a0fbb8214f7b1e4926c01bf5bc94ce5264a932d65599fb4a9"},
+ {file = "datamodel_code_generator-0.17.2-py3-none-any.whl", hash = "sha256:b42b8b4da4055ea96ddf303efecfa37316bb025e88513fffc4dad960cb56b43c"},
+ {file = "datamodel_code_generator-0.17.2.tar.gz", hash = "sha256:e88e000b254b07937a45902e95c08c9edec21eee3492c3a3ad4b6a4115345924"},
]
[package.dependencies]
-argcomplete = ">=1.10,<3.0"
+argcomplete = ">=1.10,<4.0"
black = ">=19.10b0"
genson = ">=1.2.1,<2.0"
inflect = ">=4.1.0,<6.0"
@@ -1599,14 +1598,14 @@ test = ["flaky", "ipyparallel", "pre-commit", "pytest (>=7.0)", "pytest-asyncio"
[[package]]
name = "ipython"
-version = "8.11.0"
+version = "8.12.0"
description = "IPython: Productive Interactive Computing"
category = "main"
optional = true
python-versions = ">=3.8"
files = [
- {file = "ipython-8.11.0-py3-none-any.whl", hash = "sha256:5b54478e459155a326bf5f42ee4f29df76258c0279c36f21d71ddb560f88b156"},
- {file = "ipython-8.11.0.tar.gz", hash = "sha256:735cede4099dbc903ee540307b9171fbfef4aa75cfcacc5a273b2cda2f02be04"},
+ {file = "ipython-8.12.0-py3-none-any.whl", hash = "sha256:1c183bf61b148b00bcebfa5d9b39312733ae97f6dad90d7e9b4d86c8647f498c"},
+ {file = "ipython-8.12.0.tar.gz", hash = "sha256:a950236df04ad75b5bc7f816f9af3d74dc118fd42f2ff7e80e8e60ca1f182e2d"},
]
[package.dependencies]
@@ -2289,14 +2288,14 @@ files = [
[[package]]
name = "nbclassic"
-version = "0.5.3"
+version = "0.5.4"
description = "Jupyter Notebook as a Jupyter Server extension."
category = "main"
optional = true
python-versions = ">=3.7"
files = [
- {file = "nbclassic-0.5.3-py3-none-any.whl", hash = "sha256:e849277872d9ffd8fe4b39a8038d01ba82d6a1def9ce11b1b3c26c9546ed5131"},
- {file = "nbclassic-0.5.3.tar.gz", hash = "sha256:889772a7ba524eb781d2901f396540bcad41151e1f7e043f12ebc14a6540d342"},
+ {file = "nbclassic-0.5.4-py3-none-any.whl", hash = "sha256:df78e4ba143f35084ad060deec16cb1d4839dde47bfdbc4232beb7071a6d70ea"},
+ {file = "nbclassic-0.5.4.tar.gz", hash = "sha256:312b3f7d7ff2e6c261d51799bb12e6493498ab47d3469d3a01015d5533fd4d2b"},
]
[package.dependencies]
@@ -3562,29 +3561,29 @@ files = [
[[package]]
name = "ruff"
-version = "0.0.259"
+version = "0.0.260"
description = "An extremely fast Python linter, written in Rust."
category = "dev"
optional = false
python-versions = ">=3.7"
files = [
- {file = "ruff-0.0.259-py3-none-macosx_10_7_x86_64.whl", hash = "sha256:f3938dc45e2a3f818e9cbd53007265c22246fbfded8837b2c563bf0ebde1a226"},
- {file = "ruff-0.0.259-py3-none-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl", hash = "sha256:22e1e35bf5f12072cd644d22afd9203641ccf258bc14ff91aa1c43dc14f6047d"},
- {file = "ruff-0.0.259-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d2fb20e89e85d147c85caa807707a1488bccc1f3854dc3d53533e89b52a0c5ff"},
- {file = "ruff-0.0.259-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:49e903bcda19f6bb0725a962c058eb5d61f40d84ef52ed53b61939b69402ab4e"},
- {file = "ruff-0.0.259-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:71f0ef1985e9a6696fa97da8459917fa34bdaa2c16bd33bd5edead585b7d44f7"},
- {file = "ruff-0.0.259-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:7cfef26619cba184d59aa7fa17b48af5891d51fc0b755a9bc533478a10d4d066"},
- {file = "ruff-0.0.259-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:79b02fa17ec1fd8d306ae302cb47fb614b71e1f539997858243769bcbe78c6d9"},
- {file = "ruff-0.0.259-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:428507fb321b386dda70d66cd1a8aa0abf51d7c197983d83bb9e4fa5ee60300b"},
- {file = "ruff-0.0.259-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c5fbaea9167f1852757f02133e5daacdb8c75b3431343205395da5b10499927a"},
- {file = "ruff-0.0.259-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:40ae87f2638484b7e8a7567b04a7af719f1c484c5bf132038b702bb32e1f6577"},
- {file = "ruff-0.0.259-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:29e2b77b7d5da6a7dd5cf9b738b511355c5734ece56f78e500d4b5bffd58c1a0"},
- {file = "ruff-0.0.259-py3-none-musllinux_1_2_i686.whl", hash = "sha256:5b3c1beacf6037e7f0781d4699d9a2dd4ba2462f475be5b1f45cf84c4ba3c69d"},
- {file = "ruff-0.0.259-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:daaea322e7e85f4c13d82be9536309e1c4b8b9851bb0cbc7eeb15d490fd46bf9"},
- {file = "ruff-0.0.259-py3-none-win32.whl", hash = "sha256:38704f151323aa5858370a2f792e122cc25e5d1aabe7d42ceeab83da18f0b456"},
- {file = "ruff-0.0.259-py3-none-win_amd64.whl", hash = "sha256:aa9449b898287e621942cc71b9327eceb8f0c357e4065fecefb707ef2d978df8"},
- {file = "ruff-0.0.259-py3-none-win_arm64.whl", hash = "sha256:e4f39e18702de69faaaee3969934b92d7467285627f99a5b6ecd55a7d9f5d086"},
- {file = "ruff-0.0.259.tar.gz", hash = "sha256:8b56496063ab3bfdf72339a5fbebb8bd46e5c5fee25ef11a9f03b208fa0562ec"},
+ {file = "ruff-0.0.260-py3-none-macosx_10_7_x86_64.whl", hash = "sha256:c559650b623f3fbdc39c7ed1bcb064765c666a53ee738c53d1461afbf3f23db2"},
+ {file = "ruff-0.0.260-py3-none-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl", hash = "sha256:90ff1479e292a84c388a8a035d223247ddeea5f6760752a9142b88b6d59ac334"},
+ {file = "ruff-0.0.260-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:25584d1b9f445fde72651caab97e7430a4c5bfd2a0ce9af39868753826cba10d"},
+ {file = "ruff-0.0.260-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:8032e35357384a29791c75194a71e314031171eb0731fcaa872dfaf4c1f4470a"},
+ {file = "ruff-0.0.260-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1e4fa7293f97c021825b3b72f2bf53f0eb4f59625608a889678c1fc6660f412d"},
+ {file = "ruff-0.0.260-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:8bec0271e2c8cd36bcf915cb9f6a93e40797a3ff3d2cda4ca87b7bed9e598472"},
+ {file = "ruff-0.0.260-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3e075a61aaff8ebe56172217f0ac14c5df9637b289bf161ac697445a9003d5c2"},
+ {file = "ruff-0.0.260-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f8678f54eb2696481618902a10c3cb28325f3323799af99997ad6f06005ea4f5"},
+ {file = "ruff-0.0.260-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:57d9f0bfdef739b76aa3112b9182a214f0f34589a2659f88353492c7670fe2fe"},
+ {file = "ruff-0.0.260-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:3ec1f77219ba5adaa194289cb82ba924ff2ed931fd00b8541d66a1724c89fbc9"},
+ {file = "ruff-0.0.260-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:aae2170a7ec6f7fc4a73db30aa7aa7fce936176bf66bf85f77f69ddd1dd4a665"},
+ {file = "ruff-0.0.260-py3-none-musllinux_1_2_i686.whl", hash = "sha256:5f847b72ef994ab88e9da250c7eb5cbb3f1555b92a9f22c5ed1c27a44b7e98d6"},
+ {file = "ruff-0.0.260-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:6dd705d4eff405c2b70513188fbff520f49db6df91f0d5e8258c5d469efa58bc"},
+ {file = "ruff-0.0.260-py3-none-win32.whl", hash = "sha256:3866a96b2ef92c7d837ba6bf8fc9dd125a67886f1c5512ad6fa5d5fefaceff87"},
+ {file = "ruff-0.0.260-py3-none-win_amd64.whl", hash = "sha256:0733d524946decbd4f1e63f7dc26820f5c1e6c31da529ba20fb995057f8e79b1"},
+ {file = "ruff-0.0.260-py3-none-win_arm64.whl", hash = "sha256:12542a26f189a5a10c719bfa14d415d0511ac05e5c9ff5e79cc9d5cc50b81bc8"},
+ {file = "ruff-0.0.260.tar.gz", hash = "sha256:ea8f94262f33b81c47ee9d81f455b144e94776f5c925748cb0c561a12206eae1"},
]
[[package]]
@@ -4307,14 +4306,14 @@ files = [
[[package]]
name = "types-pytz"
-version = "2023.2.0.1"
+version = "2023.3.0.0"
description = "Typing stubs for pytz"
category = "dev"
optional = false
python-versions = "*"
files = [
- {file = "types-pytz-2023.2.0.1.tar.gz", hash = "sha256:2dd8a7667740e89ced9da99e4749327bde4c1d78b45c5c38217a296f4564b2b6"},
- {file = "types_pytz-2023.2.0.1-py3-none-any.whl", hash = "sha256:9422758e1d506fa4b75bc3679b5cbc9ce218696a9178788464b074ff6b986e0a"},
+ {file = "types-pytz-2023.3.0.0.tar.gz", hash = "sha256:ecdc70d543aaf3616a7e48631543a884f74205f284cefd6649ddf44c6a820aac"},
+ {file = "types_pytz-2023.3.0.0-py3-none-any.whl", hash = "sha256:4fc2a7fbbc315f0b6630e0b899fd6c743705abe1094d007b0e612d10da15e0f3"},
]
[[package]]
@@ -4735,4 +4734,4 @@ pytezos = ["pytezos"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.10,<3.11"
-content-hash = "6b9930ccf987f32353f2b0dbaa1a89a71848caca58dc132207c0bad51762764c"
+content-hash = "4bc7acf831ebd0fce5522fcc16029efbd5f85e139ca4a5000739b7abe2bcee21"
diff --git a/pyproject.toml b/pyproject.toml
index 38c48c1f6..daffe9004 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,7 @@
[tool.poetry]
name = "dipdup"
description = "Modular framework for creating selective indexers and featureful backends for dapps"
-version = "6.5.3"
+version = "6.5.4"
license = "MIT"
authors = [
"Lev Gorodetskiy ",
@@ -31,7 +31,7 @@ packages = [
python = ">=3.10,<3.11"
asyncpg = "0.27.0"
-datamodel-code-generator = "0.17.1"
+datamodel-code-generator = "0.17.2"
pydantic = "1.10.7"
pysignalr = "0.1.2"
tortoise-orm = "0.19.3"
diff --git a/requirements.dev.txt b/requirements.dev.txt
index 8da7ff81d..15d4525c0 100644
--- a/requirements.dev.txt
+++ b/requirements.dev.txt
@@ -5,7 +5,7 @@ aiosqlite==0.17.0 ; python_version >= "3.10" and python_version < "3.11"
alabaster==0.7.13 ; python_version >= "3.10" and python_version < "3.11"
anyio==3.6.2 ; python_version >= "3.10" and python_version < "3.11"
apscheduler==3.10.1 ; python_version >= "3.10" and python_version < "3.11"
-argcomplete==2.1.2 ; python_version >= "3.10" and python_version < "3.11"
+argcomplete==3.0.5 ; python_version >= "3.10" and python_version < "3.11"
async-timeout==4.0.2 ; python_version >= "3.10" and python_version < "3.11"
asyncclick==8.1.3.4 ; python_version >= "3.10" and python_version < "3.11"
asyncpg==0.27.0 ; python_version >= "3.10" and python_version < "3.11"
@@ -18,7 +18,7 @@ charset-normalizer==3.1.0 ; python_version >= "3.10" and python_version < "3.11"
click==8.1.3 ; python_version >= "3.10" and python_version < "3.11"
colorama==0.4.6 ; python_version >= "3.10" and python_version < "3.11" and platform_system == "Windows" or python_version >= "3.10" and python_version < "3.11" and sys_platform == "win32"
coverage[toml]==7.2.2 ; python_version >= "3.10" and python_version < "3.11"
-datamodel-code-generator==0.17.1 ; python_version >= "3.10" and python_version < "3.11"
+datamodel-code-generator==0.17.2 ; python_version >= "3.10" and python_version < "3.11"
diff-cover==7.5.0 ; python_version >= "3.10" and python_version < "3.11"
dnspython==2.3.0 ; python_version >= "3.10" and python_version < "3.11"
docker==6.0.1 ; python_version >= "3.10" and python_version < "3.11"
@@ -77,7 +77,7 @@ pyyaml==6.0 ; python_version >= "3.10" and python_version < "3.11"
requests==2.28.2 ; python_version >= "3.10" and python_version < "3.11"
ruamel-yaml-clib==0.2.7 ; platform_python_implementation == "CPython" and python_version < "3.11" and python_version >= "3.10"
ruamel-yaml==0.17.21 ; python_version >= "3.10" and python_version < "3.11"
-ruff==0.0.259 ; python_version >= "3.10" and python_version < "3.11"
+ruff==0.0.260 ; python_version >= "3.10" and python_version < "3.11"
sentry-sdk==1.18.0 ; python_version >= "3.10" and python_version < "3.11"
setuptools==67.6.1 ; python_version >= "3.10" and python_version < "3.11"
six==1.16.0 ; python_version >= "3.10" and python_version < "3.11"
@@ -98,7 +98,7 @@ toml==0.10.2 ; python_version >= "3.10" and python_version < "3.11"
tomli==2.0.1 ; python_version >= "3.10" and python_version < "3.11"
tortoise-orm==0.19.3 ; python_version >= "3.10" and python_version < "3.11"
typed-ast==1.5.4 ; python_version >= "3.10" and python_version < "3.11"
-types-pytz==2023.2.0.1 ; python_version >= "3.10" and python_version < "3.11"
+types-pytz==2023.3.0.0 ; python_version >= "3.10" and python_version < "3.11"
types-tabulate==0.9.0.2 ; python_version >= "3.10" and python_version < "3.11"
typing-extensions==4.5.0 ; python_version >= "3.10" and python_version < "3.11"
tzdata==2023.3 ; python_version >= "3.10" and python_version < "3.11"
diff --git a/requirements.pytezos.txt b/requirements.pytezos.txt
index 043a7c59c..03ffd8d2e 100644
--- a/requirements.pytezos.txt
+++ b/requirements.pytezos.txt
@@ -5,7 +5,7 @@ aiosqlite==0.17.0 ; python_version >= "3.10" and python_version < "3.11"
anyio==3.6.2 ; python_version >= "3.10" and python_version < "3.11"
appnope==0.1.3 ; python_version >= "3.10" and python_version < "3.11" and platform_system == "Darwin" or python_version >= "3.10" and python_version < "3.11" and sys_platform == "darwin"
apscheduler==3.10.1 ; python_version >= "3.10" and python_version < "3.11"
-argcomplete==2.1.2 ; python_version >= "3.10" and python_version < "3.11"
+argcomplete==3.0.5 ; python_version >= "3.10" and python_version < "3.11"
argon2-cffi-bindings==21.2.0 ; python_version >= "3.10" and python_version < "3.11"
argon2-cffi==21.3.0 ; python_version >= "3.10" and python_version < "3.11"
arrow==1.2.3 ; python_version >= "3.10" and python_version < "3.11"
@@ -30,7 +30,7 @@ colorama==0.4.6 ; python_version >= "3.10" and python_version < "3.11" and platf
comm==0.1.3 ; python_version >= "3.10" and python_version < "3.11"
cryptography==39.0.2 ; python_version >= "3.10" and python_version < "3.11"
cytoolz==0.12.1 ; python_version >= "3.10" and python_version < "3.11" and implementation_name == "cpython"
-datamodel-code-generator==0.17.1 ; python_version >= "3.10" and python_version < "3.11"
+datamodel-code-generator==0.17.2 ; python_version >= "3.10" and python_version < "3.11"
debugpy==1.6.6 ; python_version >= "3.10" and python_version < "3.11"
decorator==5.1.1 ; python_version >= "3.10" and python_version < "3.11"
defusedxml==0.7.1 ; python_version >= "3.10" and python_version < "3.11"
@@ -53,7 +53,7 @@ importlib-resources==5.12.0 ; python_version >= "3.10" and python_version < "3.1
inflect==5.6.2 ; python_version >= "3.10" and python_version < "3.11"
ipykernel==6.22.0 ; python_version >= "3.10" and python_version < "3.11"
ipython-genutils==0.2.0 ; python_version >= "3.10" and python_version < "3.11"
-ipython==8.11.0 ; python_version >= "3.10" and python_version < "3.11"
+ipython==8.12.0 ; python_version >= "3.10" and python_version < "3.11"
iso8601==1.1.0 ; python_version >= "3.10" and python_version < "3.11"
isoduration==20.11.0 ; python_version >= "3.10" and python_version < "3.11"
isort==5.12.0 ; python_version >= "3.10" and python_version < "3.11"
@@ -77,7 +77,7 @@ mnemonic==0.20 ; python_version >= "3.10" and python_version < "3.11"
msgpack==1.0.5 ; python_version >= "3.10" and python_version < "3.11"
multidict==6.0.4 ; python_version >= "3.10" and python_version < "3.11"
mypy-extensions==1.0.0 ; python_version >= "3.10" and python_version < "3.11"
-nbclassic==0.5.3 ; python_version >= "3.10" and python_version < "3.11"
+nbclassic==0.5.4 ; python_version >= "3.10" and python_version < "3.11"
nbclient==0.7.2 ; python_version >= "3.10" and python_version < "3.11"
nbconvert==7.2.10 ; python_version >= "3.10" and python_version < "3.11"
nbformat==5.8.0 ; python_version >= "3.10" and python_version < "3.11"
diff --git a/requirements.txt b/requirements.txt
index 36b18d8eb..31d2a3cc1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,7 +4,7 @@ aiosignal==1.3.1 ; python_version >= "3.10" and python_version < "3.11"
aiosqlite==0.17.0 ; python_version >= "3.10" and python_version < "3.11"
anyio==3.6.2 ; python_version >= "3.10" and python_version < "3.11"
apscheduler==3.10.1 ; python_version >= "3.10" and python_version < "3.11"
-argcomplete==2.1.2 ; python_version >= "3.10" and python_version < "3.11"
+argcomplete==3.0.5 ; python_version >= "3.10" and python_version < "3.11"
async-timeout==4.0.2 ; python_version >= "3.10" and python_version < "3.11"
asyncclick==8.1.3.4 ; python_version >= "3.10" and python_version < "3.11"
asyncpg==0.27.0 ; python_version >= "3.10" and python_version < "3.11"
@@ -15,7 +15,7 @@ chardet==5.1.0 ; python_version >= "3.10" and python_version < "3.11"
charset-normalizer==3.1.0 ; python_version >= "3.10" and python_version < "3.11"
click==8.1.3 ; python_version >= "3.10" and python_version < "3.11"
colorama==0.4.6 ; python_version >= "3.10" and python_version < "3.11" and platform_system == "Windows"
-datamodel-code-generator==0.17.1 ; python_version >= "3.10" and python_version < "3.11"
+datamodel-code-generator==0.17.2 ; python_version >= "3.10" and python_version < "3.11"
dnspython==2.3.0 ; python_version >= "3.10" and python_version < "3.11"
email-validator==1.3.1 ; python_version >= "3.10" and python_version < "3.11"
frozenlist==1.3.3 ; python_version >= "3.10" and python_version < "3.11"