Skip to content

Commit c9d05dd

Browse files
authored
Merge branch 'main' into deanq/ae-1472-benchmark-cold-starts
2 parents a77f08a + 0f4f022 commit c9d05dd

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed

.github/workflows/CD-publish_to_pypi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
steps:
5050
- name: Checkout code
5151
uses: actions/checkout@v4
52+
with:
53+
fetch-depth: 0
5254

5355
- name: Install uv
5456
uses: astral-sh/setup-uv@v6

CHANGELOG.md

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

3+
## [1.8.1](https://github.com/runpod/runpod-python/compare/v1.8.0...v1.8.1) (2025-11-19)
4+
5+
6+
### Bug Fixes
7+
8+
* prevent PyPI local version rejection ([#468](https://github.com/runpod/runpod-python/issues/468)) ([c3cd473](https://github.com/runpod/runpod-python/commit/c3cd4730f6faf93fe2b454f1c18c884b3d41afb9))
9+
10+
## [1.8.0](https://github.com/runpod/runpod-python/compare/v1.7.13...v1.8.0) (2025-11-13)
11+
12+
13+
### Features
14+
15+
* add manual workflow dispatch for PyPI publishing ([05b2d72](https://github.com/runpod/runpod-python/commit/05b2d720f725390cddbf1aebfcbbe1c5385827e7))
16+
17+
18+
### Bug Fixes
19+
20+
* pypi package verification ([95015dc](https://github.com/runpod/runpod-python/commit/95015dcdcfefaeec1f52c7f39e5c15d3ddcdfab1))
21+
* PyPI publishing issues ([6992b10](https://github.com/runpod/runpod-python/commit/6992b102977924dc00bd847681ab94f559942576))
22+
23+
24+
### Performance Improvements
25+
26+
* **serverless:** lazy-load boto3, fastapi, and pydantic to reduce cold start time ([#466](https://github.com/runpod/runpod-python/issues/466)) ([cc05a5b](https://github.com/runpod/runpod-python/commit/cc05a5bec7a81fd809b3a40c73e47f4316de1de4))
27+
328
## [1.7.13](https://github.com/runpod/runpod-python/compare/1.7.12...v1.7.13) (2025-07-17)
429

530
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Changelog = "https://github.com/runpod/runpod-python/blob/main/CHANGELOG.md"
4343

4444
[tool.setuptools_scm]
4545
version_file = "runpod/_version.py"
46+
local_scheme = "no-local-version"
4647

4748

4849
[project.scripts]

0 commit comments

Comments
 (0)