File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
end_to_end_tests/metadata_snapshots
openapi_python_client/templates Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.1.0"
44description = " A client library for accessing Test 3.1 Features"
55authors = []
66readme = " README.md"
7- requires-python = " >=3.9,<4.0 "
7+ requires-python = " >=3.9"
88dependencies = [
99 " httpx>=0.23.0,<0.29.0" ,
1010 " attrs>=22.2.0" ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "test-3-1-features-client"
33version = " 0.1.0"
44description = " A client library for accessing Test 3.1 Features"
55authors = []
6- requires-python = " >=3.9,<4.0 "
6+ requires-python = " >=3.9"
77readme = " README.md"
88dependencies = [
99 " httpx>=0.23.0,<0.29.0" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "{{ package_version }}"
44description = "{{ package_description }}"
55authors = []
66readme = "README.md"
7- requires-python = ">=3.9,< 4 .0 "
7+ requires-python = ">=3.9"
88dependencies = [
99 "httpx>=0.23.0,<0 .29.0 " ,
1010 " attrs >=22.2.0",
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "{{ project_name }}"
33version = "{{ package_version }}"
44description = "{{ package_description }}"
55authors = []
6- requires-python = ">=3.9,< 4 .0 "
6+ requires-python = ">=3.9"
77readme = "README.md"
88dependencies = [
99 "httpx>=0.23.0,<0 .29.0 " ,
You can’t perform that action at this time.
0 commit comments