Skip to content

Commit e2af783

Browse files
committed
Updated dependencies and supported python version
1 parent 9c92082 commit e2af783

3 files changed

Lines changed: 461 additions & 341 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Changelog
22
---------
3+
- v2.2.0 (2026-02-11)
4+
- Updated dependencies and supported python to version 3.14
5+
- v2.1.2 (2026-02-10)
6+
- Explicit formatting for XML Dates
37
- v2.1.1 (2025-09-07)
48
- Fixed publication of the project readme to PyPI
59
- v2.1.0 (2025-09-07)

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[project]
22
name = "shapeshifter_uftp"
3-
version = "2.1.1"
3+
version = "2.2.0"
44
description = "Implementation of the Shapeshifter (UFTP) protocol"
55
dependencies = [
6-
"xsdata[lxml]>=25.0,<26.0",
6+
"xsdata[lxml]>=25.0,<27.0",
77
"pynacl==1.5.0",
88
"dnspython==2.7.0",
9-
"fastapi>=0.110,<0.117",
9+
"fastapi>=0.110,<0.128",
1010
"fastapi-xml>=1.1.1,<2.0.0",
1111
"requests",
1212
"uvicorn",
1313
"termcolor",
1414
]
15-
requires-python = ">=3.11"
15+
requires-python = ">=3.11,<3.15"
1616
readme = "README.rst"
1717

1818
[project.urls]

0 commit comments

Comments
 (0)