We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b513206 commit d286d0bCopy full SHA for d286d0b
.github/workflows/release.yml
@@ -21,7 +21,6 @@ jobs:
21
SIMPLE=$(echo ${{ github.ref_name }} | sed -e s/^v//)
22
echo "simple=$SIMPLE" >> $GITHUB_OUTPUT
23
24
-
25
- name: Set up Python
26
uses: actions/setup-python@v5
27
with:
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "upsolver-sdk-python"
3
-version = "0.1.9"
+version = "0.1.12"
4
description = "Python SDK for Upsolver"
5
authors = ["Upsolver Team <[email protected]>"]
6
@@ -15,8 +15,8 @@ packages = [
15
]
16
[tool.poetry.dependencies]
17
python = "^3.7"
18
-requests = "2.28.2"
19
-yarl = "1.8.2"
+requests = "^2.31.0"
+yarl = "^1.8.2"
20
[tool.poetry.group.dev.dependencies]
pytest = "^7.2.1"
0 commit comments