Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit 2d37d58

Browse files
authored
Upgrade pyport to 0.2.9 (#29)
* upgrade pyport to 0.2.9 * update changelog and version
1 parent 8e31040 commit 2d37d58

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.11] - 2025-06-04
9+
10+
### Changed
11+
- Updated `pyport` dependency from `0.1.17` to `0.2.9`.
12+
813
## [0.2.10] - 2025-06-04
914

1015
### Changed

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mcp-server-port"
3-
version = "0.2.10"
3+
version = "0.2.11"
44
authors = [
55
{ name = "Matan Grady", email = "matan.grady@getport.io" }
66
]
@@ -11,7 +11,7 @@ dependencies = [
1111
"httpx>=0.28.1",
1212
"mcp[cli]>=1.6.0",
1313
"python-dotenv>=1.0.1",
14-
"pyport (>=0.1.17,<=0.1.17)",
14+
"pyport (>=0.2.9,<=0.2.9)",
1515
"loguru>=0.7.2",
1616
"pydantic (>=2.11.3,<3.0.0)"
1717
]

0 commit comments

Comments
 (0)