We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afdf068 commit bbccc94Copy full SHA for bbccc94
end_to_end_tests/metadata_snapshots/uv.pyproject.toml
@@ -3,7 +3,7 @@ name = "test-3-1-features-client"
3
version = "0.1.0"
4
description = "A client library for accessing Test 3.1 Features"
5
authors = []
6
-requires-python = "~=3.9"
+requires-python = ">=3.9,<4.0"
7
readme = "README.md"
8
dependencies = [
9
"httpx>=0.23.0,<0.29.0",
openapi_python_client/templates/pyproject_uv.toml.jinja
@@ -3,7 +3,7 @@ name = "{{ project_name }}"
version = "{{ package_version }}"
description = "{{ package_description }}"
0 commit comments