Skip to content

Commit 6316c51

Browse files
committed
resolve
2 parents 67a1adc + 991b40a commit 6316c51

File tree

3 files changed

+34
-20
lines changed

3 files changed

+34
-20
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file.
1313

1414
- Restrict apify-shared and apify-client versions ([#523](https://github.com/apify/apify-sdk-python/pull/523)) ([b3ae5a9](https://github.com/apify/apify-sdk-python/commit/b3ae5a972a65454a4998eda59c9fcc3f6b7e8579)) by [@vdusek](https://github.com/vdusek)
1515
- Expose `APIFY_USER_IS_PAYING` env var to the configuration ([#507](https://github.com/apify/apify-sdk-python/pull/507)) ([0801e54](https://github.com/apify/apify-sdk-python/commit/0801e54887317c1280cc6828ecd3f2cc53287e76)) by [@stepskop](https://github.com/stepskop)
16+
- Resolve DeprecationWarning in ApifyEventManager ([#555](https://github.com/apify/apify-sdk-python/pull/555)) ([0c5111d](https://github.com/apify/apify-sdk-python/commit/0c5111dafe19796ec1fb9652a44c031bed9758df)) by [@vdusek](https://github.com/vdusek), closes [#343](https://github.com/apify/apify-sdk-python/issues/343)
1617

1718
### Chore
1819

@@ -108,6 +109,18 @@ All notable changes to this project will be documented in this file.
108109
- Tagline overlap ([#501](https://github.com/apify/apify-sdk-python/pull/501)) ([bae8340](https://github.com/apify/apify-sdk-python/commit/bae8340c46fea756ea35ea4d591da84c09d478e2)) by [@katzino](https://github.com/katzino)
109110

110111

112+
## [2.7.0](https://github.com/apify/apify-sdk-python/releases/tag/v2.7.0) (2025-07-14)
113+
114+
### 🚀 Features
115+
116+
- **crypto:** Decrypt secret objects ([#482](https://github.com/apify/apify-sdk-python/pull/482)) ([ce9daf7](https://github.com/apify/apify-sdk-python/commit/ce9daf7381212b8dc194e8a643e5ca0dedbc0078)) by [@MFori](https://github.com/MFori)
117+
118+
### 🐛 Bug Fixes
119+
120+
- Sync `@docusaurus` theme version [internal] ([#500](https://github.com/apify/apify-sdk-python/pull/500)) ([a7485e7](https://github.com/apify/apify-sdk-python/commit/a7485e7d2276fde464ce862573d5b95e7d4d836a)) by [@katzino](https://github.com/katzino)
121+
- Tagline overlap ([#501](https://github.com/apify/apify-sdk-python/pull/501)) ([bae8340](https://github.com/apify/apify-sdk-python/commit/bae8340c46fea756ea35ea4d591da84c09d478e2)) by [@katzino](https://github.com/katzino)
122+
123+
111124
## [2.7.3](https://github.com/apify/apify-sdk-python/releases/tag/v2.7.3) (2025-08-11)
112125

113126
### 🐛 Bug Fixes

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,23 +66,23 @@ scrapy = ["scrapy>=2.11.0"]
6666
dev = [
6767
"build~=1.3.0",
6868
"crawlee[parsel]",
69-
"dycw-pytest-only>=2.1.1",
70-
"griffe~=1.12.1",
71-
"httpx>=0.27.0", # httpx is used im docs
69+
"dycw-pytest-only~=2.1.0",
70+
"griffe~=1.12.0",
71+
"httpx~=0.27.0", # httpx is used im docs
7272
"mypy~=1.17.0",
7373
"pre-commit~=4.3.0",
7474
"pydoc-markdown~=4.8.0",
7575
"pytest-asyncio~=1.1.0",
7676
"pytest-cov~=6.2.0",
77-
"pytest-httpserver>=1.1.3",
78-
"pytest-timeout>=2.4.0",
77+
"pytest-httpserver~=1.1.0",
78+
"pytest-timeout~=2.4.0",
7979
"pytest-xdist~=3.8.0",
8080
"pytest~=8.4.0",
8181
"ruff~=0.12.0",
8282
"setuptools", # setuptools are used by pytest but not explicitly required
83-
"types-cachetools>=6.0.0.20250525",
83+
"types-cachetools~=6.0.0.20250525",
8484
"uvicorn[standard]",
85-
"werkzeug~=3.1.3", # Werkzeug is used by httpserver
85+
"werkzeug~=3.1.0", # Werkzeug is used by httpserver
8686
]
8787

8888
[tool.hatch.build.targets.wheel]

uv.lock

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

0 commit comments

Comments
 (0)