Skip to content

Commit 72b38c6

Browse files
authored
Merge branch 'runpod:main' into feat/container-registry-auth-id-for-create-pod
2 parents 1617643 + 1da59ac commit 72b38c6

2 files changed

Lines changed: 12 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.10.1](https://github.com/runpod/runpod-python/compare/v1.10.0...v1.10.1) (2026-07-08)
4+
5+
6+
### Bug Fixes
7+
8+
* stop funneling all jobs to one worker (JobsProgress shared state) ([#517](https://github.com/runpod/runpod-python/issues/517)) ([6c2cd64](https://github.com/runpod/runpod-python/commit/6c2cd64bb8efa2dd1c5294946ab809ba1d25f29b))
9+
310
## [1.10.0](https://github.com/runpod/runpod-python/compare/v1.9.1...v1.10.0) (2026-06-24)
411

512

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
aiohttp[speedups] >= 3.14.1
2-
aiohttp-retry >= 2.8.3
2+
aiohttp-retry >= 2.9.1
33

44
backoff >= 2.2.1
5-
boto3 >= 1.26.165
5+
boto3 >= 1.43.40
66
click >= 8.1.7
77
colorama >= 0.4.6, < 0.4.7
88
cryptography >= 48.0.1
@@ -12,9 +12,9 @@ prettytable >= 3.18.0
1212
psutil >= 5.9.0
1313
py-cpuinfo >= 9.0.0
1414
inquirerpy == 0.3.4
15-
requests >= 2.31.0
15+
requests >= 2.34.2
1616
tomli >= 2.4.1
1717
tomlkit >= 0.15.0
18-
tqdm-loggable >= 0.2
18+
tqdm-loggable >= 0.4.1
1919
urllib3 >= 1.26.6
20-
watchdog >= 3.0.0
20+
watchdog >= 6.0.0

0 commit comments

Comments
 (0)