Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Changelog

## [Unreleased]
- `aiohttp` update upper version, by @HardNorth

## [5.7.9]
### Fixed
- A rare case when server not capturing logs for auto analysis on Launch finish.
- A rare case when server not capturing logs for auto analysis on Launch finish, by @HardNorth

## [5.7.8]
### Changed
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
typing-extensions>=4.13.2, <=4.16.0
requests>=2.32.5, <=2.34.2
aiohttp>=3.13.4, <=3.14.1
aiohttp>=3.13.4, <=3.14.3
certifi>=2026.2.25, <=2026.7.22
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from setuptools import find_packages, setup

__version__ = "5.7.9"
__version__ = "5.7.10"

TYPE_STUBS = ["*.pyi"]

Expand Down
Loading