We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf67844 commit 3c250acCopy full SHA for 3c250ac
2 files changed
.github/workflows/release.yml
@@ -41,7 +41,7 @@ jobs:
41
python -m pip install -U pip build
42
python -m build
43
- name: Publish
44
- uses: pypa/gh-action-pypi-publish@v1.5.0
+ uses: pypa/gh-action-pypi-publish@v1.13.0
45
with:
46
user: __token__
47
password: ${{ secrets.PYPI_KEY }}
requirements.txt
@@ -1,3 +1,3 @@
1
-aiohttp>=3.11.0
2
-async-timeout>=4.0.3
3
-svgwrite>=1.4.3
+aiohttp>=3.13.3,<4.0.0
+svgwrite>=1.4.3,<2.0.0
+async-timeout>=4.0.3
0 commit comments