Skip to content

Commit 10806ec

Browse files
chore(deps): lock file maintenance (#725)
1 parent 2e0ce25 commit 10806ec

File tree

3 files changed

+183
-154
lines changed

3 files changed

+183
-154
lines changed

src/apify/_actor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ async def __aenter__(self) -> Self:
175175
self.log.debug('Configuration initialized')
176176

177177
# Update the global Actor proxy to refer to this instance.
178-
cast('Proxy', Actor).__wrapped__ = self
178+
cast('Proxy', Actor).__wrapped__ = self # ty: ignore[invalid-assignment]
179179
self._is_exiting = False
180180
self._was_final_persist_state_emitted = False
181181

uv.lock

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

0 commit comments

Comments
 (0)