Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for Python 3.13 [minor] #152

Merged
merged 3 commits into from
Oct 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 12 additions & 16 deletions dependencies-mypy.log
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ certifi==2024.8.30
# via requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via
Expand All @@ -26,7 +26,7 @@ colorama==0.4.6
# via crayons
coloredlogs==15.0.1
# via wipac-telemetry
coverage[toml]==7.6.1
coverage[toml]==7.6.2
# via pytest-cov
crayons==0.4.0
# via pycycle
Expand All @@ -41,19 +41,19 @@ googleapis-common-protos==1.59.1
# via
# opentelemetry-exporter-jaeger-proto-grpc
# opentelemetry-exporter-otlp-proto-http
grpcio==1.66.1
grpcio==1.66.2
# via opentelemetry-exporter-jaeger-proto-grpc
httpretty==1.1.4
# via wipac-rest-tools (setup.py)
humanfriendly==10.0
# via coloredlogs
idna==3.8
idna==3.10
# via requests
importlib-metadata==8.4.0
# via opentelemetry-api
iniconfig==2.0.0
# via pytest
isodate==0.6.1
isodate==0.7.2
# via openapi-core
jinja2==3.1.4
# via click-completion
Expand All @@ -72,7 +72,7 @@ jsonschema-specifications==2023.12.1
# openapi-schema-validator
lazy-object-proxy==1.10.0
# via openapi-spec-validator
markupsafe==2.1.5
markupsafe==3.0.1
# via
# jinja2
# werkzeug
Expand Down Expand Up @@ -124,7 +124,7 @@ pathable==0.4.3
# via jsonschema-path
pluggy==1.5.0
# via pytest
protobuf==4.25.4
protobuf==4.25.5
# via
# googleapis-common-protos
# opentelemetry-proto
Expand All @@ -135,8 +135,6 @@ pycycle==0.0.8
# via wipac-rest-tools (setup.py)
pyjwt[crypto]==2.9.0
# via wipac-rest-tools (setup.py)
pypng==0.20220715.0
# via qrcode
pytest==8.3.3
# via
# pycycle
Expand All @@ -152,7 +150,7 @@ pytest-mock==3.14.0
# via wipac-rest-tools (setup.py)
pyyaml==6.0.2
# via jsonschema-path
qrcode==7.4.2
qrcode==8.0
# via wipac-rest-tools (setup.py)
referencing==0.35.1
# via
Expand Down Expand Up @@ -182,19 +180,17 @@ shellingham==1.5.4
six==1.16.0
# via
# click-completion
# isodate
# rfc3339-validator
# thrift
thrift==0.20.0
thrift==0.21.0
# via opentelemetry-exporter-jaeger-thrift
tornado==6.4.1
# via wipac-rest-tools (setup.py)
types-requests==2.32.0.20240907
types-requests==2.32.0.20240914
# via wipac-rest-tools (setup.py)
typing-extensions==4.12.2
# via
# opentelemetry-sdk
# qrcode
# wipac-dev-tools
# wipac-telemetry
urllib3==2.2.3
Expand All @@ -204,13 +200,13 @@ urllib3==2.2.3
# wipac-rest-tools (setup.py)
werkzeug==3.0.4
# via openapi-core
wipac-dev-tools==1.12.0
wipac-dev-tools==1.13.0
# via
# wipac-rest-tools (setup.py)
# wipac-telemetry
wipac-telemetry==0.3.0
# via wipac-rest-tools (setup.py)
wrapt==1.16.0
# via deprecated
zipp==3.20.1
zipp==3.20.2
# via importlib-metadata
22 changes: 8 additions & 14 deletions dependencies-openapi.log
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ certifi==2024.8.30
# via requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
cryptography==43.0.1
# via pyjwt
idna==3.8
idna==3.10
# via requests
isodate==0.6.1
isodate==0.7.2
# via openapi-core
jsonschema==4.23.0
# via
Expand All @@ -37,7 +37,7 @@ jsonschema-specifications==2023.12.1
# openapi-schema-validator
lazy-object-proxy==1.10.0
# via openapi-spec-validator
markupsafe==2.1.5
markupsafe==3.0.1
# via werkzeug
more-itertools==10.5.0
# via openapi-core
Expand All @@ -57,11 +57,9 @@ pycparser==2.22
# via cffi
pyjwt[crypto]==2.9.0
# via wipac-rest-tools (setup.py)
pypng==0.20220715.0
# via qrcode
pyyaml==6.0.2
# via jsonschema-path
qrcode==7.4.2
qrcode==8.0
# via wipac-rest-tools (setup.py)
referencing==0.35.1
# via
Expand All @@ -83,20 +81,16 @@ rpds-py==0.20.0
# jsonschema
# referencing
six==1.16.0
# via
# isodate
# rfc3339-validator
# via rfc3339-validator
tornado==6.4.1
# via wipac-rest-tools (setup.py)
typing-extensions==4.12.2
# via
# qrcode
# wipac-dev-tools
# via wipac-dev-tools
urllib3==2.2.3
# via
# requests
# wipac-rest-tools (setup.py)
werkzeug==3.0.4
# via openapi-core
wipac-dev-tools==1.12.0
wipac-dev-tools==1.13.0
# via wipac-rest-tools (setup.py)
19 changes: 8 additions & 11 deletions dependencies-telemetry.log
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ certifi==2024.8.30
# via requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
coloredlogs==15.0.1
# via wipac-telemetry
Expand All @@ -25,11 +25,11 @@ googleapis-common-protos==1.59.1
# via
# opentelemetry-exporter-jaeger-proto-grpc
# opentelemetry-exporter-otlp-proto-http
grpcio==1.66.1
grpcio==1.66.2
# via opentelemetry-exporter-jaeger-proto-grpc
humanfriendly==10.0
# via coloredlogs
idna==3.8
idna==3.10
# via requests
importlib-metadata==8.4.0
# via opentelemetry-api
Expand Down Expand Up @@ -63,7 +63,7 @@ opentelemetry-sdk==1.27.0
# wipac-telemetry
opentelemetry-semantic-conventions==0.48b0
# via opentelemetry-sdk
protobuf==4.25.4
protobuf==4.25.5
# via
# googleapis-common-protos
# opentelemetry-proto
Expand All @@ -72,9 +72,7 @@ pycparser==2.22
# via cffi
pyjwt[crypto]==2.9.0
# via wipac-rest-tools (setup.py)
pypng==0.20220715.0
# via qrcode
qrcode==7.4.2
qrcode==8.0
# via wipac-rest-tools (setup.py)
requests==2.32.3
# via
Expand All @@ -86,27 +84,26 @@ requests-futures==1.0.1
# via wipac-rest-tools (setup.py)
six==1.16.0
# via thrift
thrift==0.20.0
thrift==0.21.0
# via opentelemetry-exporter-jaeger-thrift
tornado==6.4.1
# via wipac-rest-tools (setup.py)
typing-extensions==4.12.2
# via
# opentelemetry-sdk
# qrcode
# wipac-dev-tools
# wipac-telemetry
urllib3==2.2.3
# via
# requests
# wipac-rest-tools (setup.py)
wipac-dev-tools==1.12.0
wipac-dev-tools==1.13.0
# via
# wipac-rest-tools (setup.py)
# wipac-telemetry
wipac-telemetry==0.3.0
# via wipac-rest-tools (setup.py)
wrapt==1.16.0
# via deprecated
zipp==3.20.1
zipp==3.20.2
# via importlib-metadata
20 changes: 8 additions & 12 deletions dependencies-tests.log
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ certifi==2024.8.30
# via requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via
Expand All @@ -20,21 +20,21 @@ click-completion==0.5.2
# via pycycle
colorama==0.4.6
# via crayons
coverage[toml]==7.6.1
coverage[toml]==7.6.2
# via pytest-cov
crayons==0.4.0
# via pycycle
cryptography==43.0.1
# via pyjwt
httpretty==1.1.4
# via wipac-rest-tools (setup.py)
idna==3.8
idna==3.10
# via requests
iniconfig==2.0.0
# via pytest
jinja2==3.1.4
# via click-completion
markupsafe==2.1.5
markupsafe==3.0.1
# via jinja2
packaging==24.1
# via pytest
Expand All @@ -46,8 +46,6 @@ pycycle==0.0.8
# via wipac-rest-tools (setup.py)
pyjwt[crypto]==2.9.0
# via wipac-rest-tools (setup.py)
pypng==0.20220715.0
# via qrcode
pytest==8.3.3
# via
# pycycle
Expand All @@ -61,7 +59,7 @@ pytest-cov==5.0.0
# via wipac-rest-tools (setup.py)
pytest-mock==3.14.0
# via wipac-rest-tools (setup.py)
qrcode==7.4.2
qrcode==8.0
# via wipac-rest-tools (setup.py)
requests==2.32.3
# via
Expand All @@ -79,16 +77,14 @@ six==1.16.0
# via click-completion
tornado==6.4.1
# via wipac-rest-tools (setup.py)
types-requests==2.32.0.20240907
types-requests==2.32.0.20240914
# via wipac-rest-tools (setup.py)
typing-extensions==4.12.2
# via
# qrcode
# wipac-dev-tools
# via wipac-dev-tools
urllib3==2.2.3
# via
# requests
# types-requests
# wipac-rest-tools (setup.py)
wipac-dev-tools==1.12.0
wipac-dev-tools==1.13.0
# via wipac-rest-tools (setup.py)
14 changes: 5 additions & 9 deletions dependencies.log
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,17 @@ certifi==2024.8.30
# via requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
cryptography==43.0.1
# via pyjwt
idna==3.8
idna==3.10
# via requests
pycparser==2.22
# via cffi
pyjwt[crypto]==2.9.0
# via wipac-rest-tools (setup.py)
pypng==0.20220715.0
# via qrcode
qrcode==7.4.2
qrcode==8.0
# via wipac-rest-tools (setup.py)
requests==2.32.3
# via
Expand All @@ -34,12 +32,10 @@ requests-futures==1.0.1
tornado==6.4.1
# via wipac-rest-tools (setup.py)
typing-extensions==4.12.2
# via
# qrcode
# wipac-dev-tools
# via wipac-dev-tools
urllib3==2.2.3
# via
# requests
# wipac-rest-tools (setup.py)
wipac-dev-tools==1.12.0
wipac-dev-tools==1.13.0
# via wipac-rest-tools (setup.py)
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ classifiers =
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
download_url = https://pypi.org/project/wipac-rest-tools/
project_urls =
Tracker = https://github.com/WIPACrepo/rest-tools/issues
Expand All @@ -58,7 +59,7 @@ install_requires =
tornado
urllib3>=2.0.4
wipac-dev-tools
python_requires = >=3.8, <3.13
python_requires = >=3.8, <3.14
packages = find:

[options.extras_require]
Expand Down
Loading