Skip to content

Commit 4001e90

Browse files
authored
chore: update python sdk version (#56)
* chore: update python sdk version * fix: use specific python version
1 parent 38f0d1d commit 4001e90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

v1/python-starter/Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ verify_ssl = true
44
name = "python starter"
55

66
[requires]
7-
python_version = ">=3.11.0"
7+
python_version = "3.11"
88

99
[packages]
10-
nitric = "==1.1.0"
10+
nitric = "==1.1.1"
1111

1212
[scripts]
1313
dev = "watchmedo auto-restart -p '*.py' -R python -- -u"

0 commit comments

Comments
 (0)