Skip to content

Commit

Permalink
Bump to 3.5.10, add RC notifications (#768)
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout authored Aug 2, 2023
1 parent c5b4642 commit 75d8f0d
Show file tree
Hide file tree
Showing 10 changed files with 130 additions and 127 deletions.
19 changes: 10 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@ 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.10] - 2023-08-02

### Fixed

- index: Remove Python limitation on large int<->str conversions.

## [6.5.9] - 2022-07-11
## [6.5.9] - 2023-07-11

### Fixed

- tzkt: Optimized queries for `operation_unfiltered` index.

## [6.5.8] - 2022-06-28
## [6.5.8] - 2023-06-28

### Fixed

- cli: Fixed `init` crash when package name is equal to one of the project typenames.

## [6.5.7] - 2022-05-30
## [6.5.7] - 2023-05-30

### Added

Expand All @@ -39,7 +39,7 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic

- http: Deserialize JSON responses with `orjson`.

## [6.5.6] - 2022-05-02
## [6.5.6] - 2023-05-02

### Fixed

Expand All @@ -51,7 +51,7 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
- ci: Slim Docker image updated to Alpine 3.17.
- metadata: Added `nairobinet` to supported networks.

## [6.5.5] - 2022-04-17
## [6.5.5] - 2023-04-17

### Fixed

Expand All @@ -63,7 +63,7 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic

- ci: Default git branch switched to `next`.

## [6.5.4] - 2022-03-31
## [6.5.4] - 2023-03-31

### Fixed

Expand All @@ -73,7 +73,7 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic

- deps: Updated pytezos to 3.9.0.

## [6.5.3] - 2022-03-28
## [6.5.3] - 2023-03-28

### Fixed

Expand Down Expand Up @@ -1040,7 +1040,8 @@ This release contains no changes except for the version number.
[semantic versioning]: https://semver.org/spec/v2.0.0.html

<!-- Versions -->
[Unreleased]: https://github.com/dipdup-io/dipdup/compare/6.5.9...HEAD
[Unreleased]: https://github.com/dipdup-io/dipdup/compare/6.5.10...HEAD
[6.5.10]: https://github.com/dipdup-io/dipdup/compare/6.5.9...6.5.10
[6.5.9]: https://github.com/dipdup-io/dipdup/compare/6.5.8...6.5.9
[6.5.8]: https://github.com/dipdup-io/dipdup/compare/6.5.7...6.5.8
[6.5.7]: https://github.com/dipdup-io/dipdup/compare/6.5.6...6.5.7
Expand Down
3 changes: 2 additions & 1 deletion docs/theme/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@

<div class="page">
{{!-- FIXME: https://github.com/rust-lang/mdBook/issues/1331 --}}
<div id="menu-bar-hover-placeholder"></div>
<div id="menu-bar-hover-placeholder" style="z-index: -1;"></div>
<div class="admonition-title">✨ DipDup 7.0 prerelease is out! See the⠀<a href="https://dipdup.io/docs/release-notes/v7.0">Release Notes</a>⠀✨</div>
{{> header}}
<div id="menu-bar" class="menu-bar sticky bordered">
<div class="left-buttons">
Expand Down
168 changes: 84 additions & 84 deletions poetry.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "dipdup"
description = "Modular framework for creating selective indexers and featureful backends for dapps"
version = "6.5.9"
version = "6.5.10"
license = "MIT"
authors = [
"Lev Gorodetskiy <[email protected]>",
Expand Down Expand Up @@ -30,9 +30,9 @@ packages = [
[tool.poetry.dependencies]
python = ">=3.10,<3.11"

asyncpg = "0.28.0"
datamodel-code-generator = "0.21.1"
pydantic = "1.10.11"
asyncpg = "^0.28.0"
datamodel-code-generator = "^0.21.1"
pydantic = "^1.10.11"
tortoise-orm = "0.19.3"

aiohttp = "^3.8.1"
Expand Down
16 changes: 8 additions & 8 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ charset-normalizer==3.2.0 ; python_version >= "3.10" and python_version < "3.11"
click==8.1.6 ; 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 sys_platform == "win32")
coverage[toml]==7.2.7 ; python_version >= "3.10" and python_version < "3.11"
datamodel-code-generator==0.21.1 ; python_version >= "3.10" and python_version < "3.11"
datamodel-code-generator==0.21.2 ; python_version >= "3.10" and python_version < "3.11"
diff-cover==7.7.0 ; python_version >= "3.10" and python_version < "3.11"
dnspython==2.4.1 ; python_version >= "3.10" and python_version < "3.11"
docker==6.1.3 ; python_version >= "3.10" and python_version < "3.11"
Expand Down Expand Up @@ -48,13 +48,13 @@ openapi-spec-validator==0.5.2 ; python_version >= "3.10" and python_version < "3
orjson==3.9.2 ; python_version >= "3.10" and python_version < "3.11"
packaging==23.1 ; python_version >= "3.10" and python_version < "3.11"
pathable==0.4.3 ; python_version >= "3.10" and python_version < "3.11"
pathspec==0.11.1 ; python_version >= "3.10" and python_version < "3.11"
platformdirs==3.9.1 ; python_version >= "3.10" and python_version < "3.11"
pathspec==0.11.2 ; python_version >= "3.10" and python_version < "3.11"
platformdirs==3.10.0 ; python_version >= "3.10" and python_version < "3.11"
pluggy==1.2.0 ; python_version >= "3.10" and python_version < "3.11"
prance==23.6.21.0 ; python_version >= "3.10" and python_version < "3.11"
prometheus-client==0.16.0 ; python_version >= "3.10" and python_version < "3.11"
pydantic==1.10.11 ; python_version >= "3.10" and python_version < "3.11"
pydantic[email]==1.10.11 ; python_version >= "3.10" and python_version < "3.11"
pydantic==1.10.12 ; python_version >= "3.10" and python_version < "3.11"
pydantic[email]==1.10.12 ; python_version >= "3.10" and python_version < "3.11"
pygments==2.15.1 ; python_version >= "3.10" and python_version < "3.11"
pyhumps==3.8.0 ; python_version >= "3.10" and python_version < "3.11"
pypika-tortoise==0.1.6 ; python_version >= "3.10" and python_version < "3.11"
Expand All @@ -74,15 +74,15 @@ requests==2.31.0 ; python_version >= "3.10" and python_version < "3.11"
rfc3339-validator==0.1.4 ; 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.32 ; python_version >= "3.10" and python_version < "3.11"
ruff==0.0.280 ; python_version >= "3.10" and python_version < "3.11"
sentry-sdk==1.28.1 ; python_version >= "3.10" and python_version < "3.11"
ruff==0.0.282 ; python_version >= "3.10" and python_version < "3.11"
sentry-sdk==1.29.1 ; python_version >= "3.10" and python_version < "3.11"
setuptools==67.8.0 ; python_version >= "3.10" and python_version < "3.11"
six==1.16.0 ; python_version >= "3.10" and python_version < "3.11"
sniffio==1.3.0 ; python_version >= "3.10" and python_version < "3.11"
snowballstemmer==2.2.0 ; python_version >= "3.10" and python_version < "3.11"
sphinx-click==4.4.0 ; python_version >= "3.10" and python_version < "3.11"
sphinx-markdown-builder==0.6.4 ; python_version >= "3.10" and python_version < "3.11"
sphinx==7.1.0 ; python_version >= "3.10" and python_version < "3.11"
sphinx==7.1.1 ; python_version >= "3.10" and python_version < "3.11"
sphinxcontrib-applehelp==1.0.4 ; python_version >= "3.10" and python_version < "3.11"
sphinxcontrib-devhelp==1.0.2 ; python_version >= "3.10" and python_version < "3.11"
sphinxcontrib-htmlhelp==2.0.1 ; python_version >= "3.10" and python_version < "3.11"
Expand Down
18 changes: 9 additions & 9 deletions requirements.pytezos.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ colorama==0.4.6 ; python_version >= "3.10" and python_version < "3.11" and (plat
comm==0.1.3 ; python_version >= "3.10" and python_version < "3.11"
cryptography==41.0.2 ; python_version >= "3.10" and python_version < "3.11"
cytoolz==0.12.2 ; python_version >= "3.10" and python_version < "3.11" and implementation_name == "cpython"
datamodel-code-generator==0.21.1 ; python_version >= "3.10" and python_version < "3.11"
datamodel-code-generator==0.21.2 ; python_version >= "3.10" and python_version < "3.11"
debugpy==1.6.7 ; 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"
Expand All @@ -56,7 +56,7 @@ ipython==8.14.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"
jedi==0.18.2 ; python_version >= "3.10" and python_version < "3.11"
jedi==0.19.0 ; python_version >= "3.10" and python_version < "3.11"
jinja2==3.1.2 ; python_version >= "3.10" and python_version < "3.11"
jsonpointer==2.4 ; python_version >= "3.10" and python_version < "3.11"
jsonschema-spec==0.1.6 ; python_version >= "3.10" and python_version < "3.11"
Expand All @@ -79,8 +79,8 @@ mypy-extensions==1.0.0 ; python_version >= "3.10" and python_version < "3.11"
nbclassic==1.0.0 ; python_version >= "3.10" and python_version < "3.11"
nbclient==0.8.0 ; python_version >= "3.10" and python_version < "3.11"
nbconvert==7.7.3 ; python_version >= "3.10" and python_version < "3.11"
nbformat==5.9.1 ; python_version >= "3.10" and python_version < "3.11"
nest-asyncio==1.5.6 ; python_version >= "3.10" and python_version < "3.11"
nbformat==5.9.2 ; python_version >= "3.10" and python_version < "3.11"
nest-asyncio==1.5.7 ; python_version >= "3.10" and python_version < "3.11"
netstruct==1.1.2 ; python_version >= "3.10" and python_version < "3.11"
notebook-shim==0.2.3 ; python_version >= "3.10" and python_version < "3.11"
notebook==6.5.4 ; python_version >= "3.10" and python_version < "3.11"
Expand All @@ -92,10 +92,10 @@ packaging==23.1 ; python_version >= "3.10" and python_version < "3.11"
pandocfilters==1.5.0 ; python_version >= "3.10" and python_version < "3.11"
parso==0.8.3 ; python_version >= "3.10" and python_version < "3.11"
pathable==0.4.3 ; python_version >= "3.10" and python_version < "3.11"
pathspec==0.11.1 ; python_version >= "3.10" and python_version < "3.11"
pathspec==0.11.2 ; python_version >= "3.10" and python_version < "3.11"
pexpect==4.8.0 ; python_version >= "3.10" and python_version < "3.11" and sys_platform != "win32"
pickleshare==0.7.5 ; python_version >= "3.10" and python_version < "3.11"
platformdirs==3.9.1 ; python_version >= "3.10" and python_version < "3.11"
platformdirs==3.10.0 ; python_version >= "3.10" and python_version < "3.11"
ply==3.11 ; python_version >= "3.10" and python_version < "3.11"
prance==23.6.21.0 ; python_version >= "3.10" and python_version < "3.11"
prometheus-client==0.16.0 ; python_version >= "3.10" and python_version < "3.11"
Expand All @@ -105,8 +105,8 @@ ptyprocess==0.7.0 ; python_version >= "3.10" and python_version < "3.11" and (os
pure-eval==0.2.2 ; python_version >= "3.10" and python_version < "3.11"
py-ecc==6.0.0 ; python_version >= "3.10" and python_version < "3.11"
pycparser==2.21 ; python_version >= "3.10" and python_version < "3.11"
pydantic==1.10.11 ; python_version >= "3.10" and python_version < "3.11"
pydantic[email]==1.10.11 ; python_version >= "3.10" and python_version < "3.11"
pydantic==1.10.12 ; python_version >= "3.10" and python_version < "3.11"
pydantic[email]==1.10.12 ; python_version >= "3.10" and python_version < "3.11"
pygments==2.15.1 ; python_version >= "3.10" and python_version < "3.11"
pyhumps==3.8.0 ; python_version >= "3.10" and python_version < "3.11"
pypika-tortoise==0.1.6 ; python_version >= "3.10" and python_version < "3.11"
Expand All @@ -130,7 +130,7 @@ ruamel-yaml-clib==0.2.7 ; platform_python_implementation == "CPython" and python
ruamel-yaml==0.17.32 ; python_version >= "3.10" and python_version < "3.11"
secp256k1==0.14.0 ; python_version >= "3.10" and python_version < "3.11"
send2trash==1.8.2 ; python_version >= "3.10" and python_version < "3.11"
sentry-sdk==1.28.1 ; python_version >= "3.10" and python_version < "3.11"
sentry-sdk==1.29.1 ; python_version >= "3.10" and python_version < "3.11"
setuptools==67.8.0 ; python_version >= "3.10" and python_version < "3.11"
simple-bson==0.0.3 ; python_version >= "3.10" and python_version < "3.11"
simplejson==3.19.1 ; python_version >= "3.10" and python_version < "3.11"
Expand Down
4 changes: 2 additions & 2 deletions requirements.slim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ 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"
orjson==3.9.2 ; python_version >= "3.10" and python_version < "3.11"
prometheus-client==0.16.0 ; python_version >= "3.10" and python_version < "3.11"
pydantic==1.10.11 ; python_version >= "3.10" and python_version < "3.11"
pydantic==1.10.12 ; python_version >= "3.10" and python_version < "3.11"
pyhumps==3.8.0 ; python_version >= "3.10" and python_version < "3.11"
pypika-tortoise==0.1.6 ; python_version >= "3.10" and python_version < "3.11"
pysignalr==0.2.0 ; python_version >= "3.10" and python_version < "3.11"
python-dotenv==0.19.2 ; python_version >= "3.10" and python_version < "3.11"
pytz==2023.3 ; 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.32 ; python_version >= "3.10" and python_version < "3.11"
sentry-sdk==1.28.1 ; python_version >= "3.10" and python_version < "3.11"
sentry-sdk==1.29.1 ; python_version >= "3.10" and python_version < "3.11"
setuptools==67.8.0 ; python_version >= "3.10" and python_version < "3.11"
six==1.16.0 ; python_version >= "3.10" and python_version < "3.11"
sniffio==1.3.0 ; python_version >= "3.10" and python_version < "3.11"
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ chardet==5.1.0 ; python_version >= "3.10" and python_version < "3.11"
charset-normalizer==3.2.0 ; python_version >= "3.10" and python_version < "3.11"
click==8.1.6 ; 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.21.1 ; python_version >= "3.10" and python_version < "3.11"
datamodel-code-generator==0.21.2 ; python_version >= "3.10" and python_version < "3.11"
dnspython==2.4.1 ; python_version >= "3.10" and python_version < "3.11"
email-validator==2.0.0.post2 ; python_version >= "3.10" and python_version < "3.11"
exceptiongroup==1.1.2 ; python_version >= "3.10" and python_version < "3.11"
Expand All @@ -38,12 +38,12 @@ openapi-spec-validator==0.5.2 ; python_version >= "3.10" and python_version < "3
orjson==3.9.2 ; python_version >= "3.10" and python_version < "3.11"
packaging==23.1 ; python_version >= "3.10" and python_version < "3.11"
pathable==0.4.3 ; python_version >= "3.10" and python_version < "3.11"
pathspec==0.11.1 ; python_version >= "3.10" and python_version < "3.11"
platformdirs==3.9.1 ; python_version >= "3.10" and python_version < "3.11"
pathspec==0.11.2 ; python_version >= "3.10" and python_version < "3.11"
platformdirs==3.10.0 ; python_version >= "3.10" and python_version < "3.11"
prance==23.6.21.0 ; python_version >= "3.10" and python_version < "3.11"
prometheus-client==0.16.0 ; python_version >= "3.10" and python_version < "3.11"
pydantic==1.10.11 ; python_version >= "3.10" and python_version < "3.11"
pydantic[email]==1.10.11 ; python_version >= "3.10" and python_version < "3.11"
pydantic==1.10.12 ; python_version >= "3.10" and python_version < "3.11"
pydantic[email]==1.10.12 ; python_version >= "3.10" and python_version < "3.11"
pyhumps==3.8.0 ; python_version >= "3.10" and python_version < "3.11"
pypika-tortoise==0.1.6 ; python_version >= "3.10" and python_version < "3.11"
pyrsistent==0.19.3 ; python_version >= "3.10" and python_version < "3.11"
Expand All @@ -56,7 +56,7 @@ requests==2.31.0 ; python_version >= "3.10" and python_version < "3.11"
rfc3339-validator==0.1.4 ; 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.32 ; python_version >= "3.10" and python_version < "3.11"
sentry-sdk==1.28.1 ; python_version >= "3.10" and python_version < "3.11"
sentry-sdk==1.29.1 ; python_version >= "3.10" and python_version < "3.11"
setuptools==67.8.0 ; python_version >= "3.10" and python_version < "3.11"
six==1.16.0 ; python_version >= "3.10" and python_version < "3.11"
sniffio==1.3.0 ; python_version >= "3.10" and python_version < "3.11"
Expand Down
3 changes: 2 additions & 1 deletion src/dipdup/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ async def cli(ctx: click.Context, config: list[str], env_file: list[str]) -> Non

# NOTE: Fire and forget, do not block instant commands
if not any((_config.advanced.skip_version_check, env.TEST, env.CI)):
asyncio.ensure_future(_check_version())
_logger.info('DipDup 7.0 prerelease is out! Visit https://dipdup.io to learn more.')
# asyncio.ensure_future(_check_version())

# NOTE: Avoid import errors if project package is incomplete
try:
Expand Down
6 changes: 3 additions & 3 deletions src/dipdup/sentry.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

import orjson
import sentry_sdk
import sentry_sdk.consts
import sentry_sdk.serializer
import sentry_sdk.utils
from sentry_sdk.integrations.aiohttp import AioHttpIntegration
from sentry_sdk.integrations.atexit import AtexitIntegration
from sentry_sdk.integrations.logging import LoggingIntegration
Expand Down Expand Up @@ -158,9 +158,9 @@ def init_sentry(config: 'DipDupConfig') -> None:
release=release,
environment=environment,
server_name=server_name,
# NOTE: Increase __repr__ length limit
max_value_length=sentry_sdk.consts.DEFAULT_MAX_VALUE_LENGTH * 10,
)
# NOTE: Increase __repr__ length limit
sentry_sdk.utils.MAX_STRING_LENGTH *= 10

# NOTE: Setting session tags
tags = {
Expand Down

0 comments on commit 75d8f0d

Please sign in to comment.