Skip to content

Commit cc9bd66

Browse files
Bump version 7.5.1 (#963)
1 parent 1edde1e commit cc9bd66

File tree

27 files changed

+95
-88
lines changed

27 files changed

+95
-88
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning].
66

7-
## [Unreleased]
7+
## [7.5.1] - 2024-03-17
88

99
### Fixed
1010

@@ -1384,7 +1384,9 @@ This release contains no changes except for the version number.
13841384
[semantic versioning]: https://semver.org/spec/v2.0.0.html
13851385

13861386
<!-- Versions -->
1387-
[Unreleased]: https://github.com/dipdup-io/dipdup/compare/7.4.0...HEAD
1387+
[Unreleased]: https://github.com/dipdup-io/dipdup/compare/7.5.1...HEAD
1388+
[7.5.1]: https://github.com/dipdup-io/dipdup/compare/7.5.0...7.5.1
1389+
[7.5.0]: https://github.com/dipdup-io/dipdup/compare/7.4.0...7.5.0
13881390
[6.5.16]: https://github.com/dipdup-io/dipdup/compare/6.5.15...6.5.16
13891391
[7.4.0]: https://github.com/dipdup-io/dipdup/compare/7.3.2...7.4.0
13901392
[7.3.2]: https://github.com/dipdup-io/dipdup/compare/7.3.1...7.3.2

docs/9.release-notes/1.v7.5.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Hasura adapter now supports `bulk` request type to apply table customizations fa
1717

1818
Finally, DipDup 6.5, the stable release branch, reaches end-of-life. 6.5.16 is the last release in this branch. Please, follow the [7.0 Migration Guide](../9.release-notes/6.v7.0.md#migration-guide) to upgrade to the latest version.
1919

20-
## Changes since 7.4.0
20+
## Changes since 7.4
2121

2222
### Added
2323

@@ -28,12 +28,15 @@ Finally, DipDup 6.5, the stable release branch, reaches end-of-life. 6.5.16 is t
2828

2929
- abi.etherscan: Raise `AbiNotAvailableError` when contract is not verified.
3030
- cli: Fixed incorrect indexer status logging.
31+
- evm.node: Fixed default ratelimit sleep time being too high.
3132
- evm.node: Fixed memory leak when using realtime subscriptions.
3233
- evm.node: Fixed processing chain reorgs.
3334
- evm.node: Respect `http.batch_size` when fetching block headers.
35+
- evm.subsquid.transactions: Fixed issue with `node_only` flag ignored.
3436

3537
### Performance
3638

39+
- evm.subsquid: Dynamically adjust the batch size when syncing with node.
3740
- hasura: Apply table customizations in a single request.
3841
- performance: Collect hit/miss stats for cached models.
3942
- performance: Decrease main loop and node polling intervals.

pdm.lock

Lines changed: 45 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "dipdup"
33
description = "Modular framework for creating selective indexers and featureful backends for dapps"
4-
version = "7.5.0"
4+
version = "7.5.1"
55
license = { text = "MIT" }
66
authors = [
77
{ name = "Lev Gorodetskii", email = "[email protected]" },

requirements.dev.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ apscheduler==3.10.4
1111
argcomplete==3.2.2
1212
async-lru==2.0.4
1313
async-timeout==4.0.3; python_version < "3.12.0"
14-
asyncclick==8.1.7.1
14+
asyncclick==8.1.7.2
1515
asyncpg==0.29.0
1616
attrs==23.2.0
1717
babel==2.14.0
1818
bitarray==2.9.2
19-
black==24.2.0
19+
black==24.3.0
2020
certifi==2024.2.2
2121
charset-normalizer==3.3.2
2222
click==8.1.7
2323
colorama==0.4.6; platform_system == "Windows" or sys_platform == "win32"
2424
coverage==7.4.1
2525
cytoolz==0.12.3; implementation_name == "cpython"
26-
datamodel-code-generator==0.25.4
26+
datamodel-code-generator==0.25.5
2727
dc-schema @ git+https://github.com/dipdup-io/dc_schema.git@6ed9a0cac3e1c43a2cc702e920d501493f9827d3
2828
dnspython==2.5.0; python_version ~= "3.11"
2929
docker==7.0.0
@@ -54,7 +54,7 @@ lru-dict==1.3.0
5454
markupsafe==2.1.5
5555
msgpack==1.0.7
5656
multidict==6.0.5
57-
mypy==1.8.0
57+
mypy==1.9.0
5858
mypy-extensions==1.0.0
5959
numpy==1.26.4
6060
orjson==3.9.15
@@ -90,9 +90,9 @@ rlp==4.0.0
9090
rpds-py==0.17.1
9191
ruamel-yaml==0.18.6
9292
ruamel-yaml-clib==0.2.8; platform_python_implementation == "CPython" and python_version < "3.13"
93-
ruff==0.3.1
94-
sentry-sdk==1.41.0
95-
setuptools==69.1.1
93+
ruff==0.3.3
94+
sentry-sdk==1.42.0
95+
setuptools==69.2.0
9696
six==1.16.0
9797
sniffio==1.3.0
9898
snowballstemmer==2.2.0

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ apscheduler==3.10.4
1010
argcomplete==3.2.2
1111
async-lru==2.0.4
1212
async-timeout==4.0.3; python_version < "3.12.0"
13-
asyncclick==8.1.7.1
13+
asyncclick==8.1.7.2
1414
asyncpg==0.29.0
1515
attrs==23.2.0
1616
bitarray==2.9.2
17-
black==24.2.0
17+
black==24.3.0
1818
certifi==2024.2.2
1919
charset-normalizer==3.3.2
2020
click==8.1.7
2121
colorama==0.4.6; platform_system == "Windows" or sys_platform == "win32"
2222
cytoolz==0.12.3; implementation_name == "cpython"
23-
datamodel-code-generator==0.25.4
23+
datamodel-code-generator==0.25.5
2424
dnspython==2.5.0; python_version ~= "3.11"
2525
email-validator==2.1.0.post1; python_version ~= "3.11"
2626
eth-abi==5.0.1
@@ -72,8 +72,8 @@ rlp==4.0.0
7272
rpds-py==0.17.1
7373
ruamel-yaml==0.18.6
7474
ruamel-yaml-clib==0.2.8; platform_python_implementation == "CPython" and python_version < "3.13"
75-
sentry-sdk==1.41.0
76-
setuptools==69.1.1
75+
sentry-sdk==1.42.0
76+
setuptools==69.2.0
7777
six==1.16.0
7878
sniffio==1.3.0
7979
sqlparse==0.4.4

src/demo_auction/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by DipDup 7.5.0+editable
1+
# Generated by DipDup 7.5.1+editable
22
[project]
33
name = "demo_auction"
44
version = "0.0.1"

src/demo_big_maps/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by DipDup 7.5.0+editable
1+
# Generated by DipDup 7.5.1+editable
22
[project]
33
name = "demo_big_maps"
44
version = "0.0.1"

src/demo_blank/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by DipDup 7.5.0+editable
1+
# Generated by DipDup 7.5.1+editable
22
[project]
33
name = "demo_blank"
44
version = "0.0.1"

src/demo_dao/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by DipDup 7.5.0+editable
1+
# Generated by DipDup 7.5.1+editable
22
[project]
33
name = "demo_dao"
44
version = "0.0.1"

0 commit comments

Comments
 (0)