Stoobly / stoobly-agent

Record, mock, and test HTTP/HTTPS requests. CLI agent for Stoobly.
Other
6 stars 0 forks source link

Support Python 3.12, remove support for Python 3.9 #249

Open stoobmmelier opened 3 weeks ago

stoobmmelier commented 3 weeks ago

mitmproxy 10.1 supports Python 3.12 and requires minimum Python 3.10

openapi-core 0.19.0 supports Python 3.12 and deprecates Spec. Recommended to use the OpenAPI and SchemaPath classes instead

Closes https://github.com/Stoobly/stoobly-agent/issues/240