Skip to content

Commit bcd7e4b

Browse files
authored
fix: Bump minimal required Python version (#4001)
and bump osv library to version 0.1.1 #4000
1 parent 28742bd commit bcd7e4b

File tree

12 files changed

+174
-306
lines changed

12 files changed

+174
-306
lines changed

gcp/api/poetry.lock

Lines changed: 10 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gcp/api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "api-backend"
3-
requires-python = ">=3.11,<4.0"
3+
requires-python = ">=3.13,<4.0"
44
dependencies = [
55
"google-cloud-ndb==2.3.4",
66
"google-cloud-logging==3.12.1",

0 commit comments

Comments
 (0)