Skip to content

Commit 006d2ea

Browse files
committed
Merge branch 'master' into fix-propagate
2 parents f32fae1 + 6dde116 commit 006d2ea

File tree

4 files changed

+56
-31
lines changed

4 files changed

+56
-31
lines changed

.github/workflows/update_new_issue.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
# Add the "t-tooling" label to all new issues
17-
- uses: actions/github-script@v7
17+
- uses: actions/github-script@v8
1818
with:
1919
script: |
2020
github.rest.issues.addLabels({

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,18 @@ All notable changes to this project will be documented in this file.
7777
- 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)
7878

7979

80+
## [2.7.0](https://github.com/apify/apify-sdk-python/releases/tag/v2.7.0) (2025-07-14)
81+
82+
### 🚀 Features
83+
84+
- **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)
85+
86+
### 🐛 Bug Fixes
87+
88+
- 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)
89+
- 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)
90+
91+
8092

8193
## [2.7.3](https://github.com/apify/apify-sdk-python/releases/tag/v2.7.3) (2025-08-11)
8294

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,8 @@ dependencies = [
3939
"crawlee==1.0.0rc1",
4040
"cachetools>=5.5.0",
4141
"cryptography>=42.0.0",
42-
# TODO: ensure compatibility with the latest version of lazy-object-proxy
43-
# https://github.com/apify/apify-sdk-python/issues/460
4442
"impit>=0.5.3",
45-
"lazy-object-proxy<1.11.0",
43+
"lazy-object-proxy>=1.11.0",
4644
"more_itertools>=10.2.0",
4745
"typing-extensions>=4.1.0",
4846
"websockets>=14.0",

0 commit comments

Comments
 (0)