File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog
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)
Original file line number Diff line number Diff line change 11[project ]
22name = " shapeshifter_uftp"
3- version = " 2.1.1 "
3+ version = " 2.2.0 "
44description = " Implementation of the Shapeshifter (UFTP) protocol"
55dependencies = [
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 "
1616readme = " README.rst"
1717
1818[project .urls ]
You can’t perform that action at this time.
0 commit comments