8000 influxdb-client: fix stubtest by AlexWaygood · Pull Request #10090 · python/typeshed · GitHub
[go: up one dir, main page]

Skip to content

influxdb-client: fix stubtest #10090

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

Merged
merged 2 commits into from
Apr 27, 2023
Merged
Changes from 1 commit
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
Prev Previous commit
Revert changes to METADATA.toml for now
  • Loading branch information
AlexWaygood committed Apr 27, 2023
commit cb94076f618dc6b92d0b976f8977e1d8cb625b51
3 changes: 1 addition & 2 deletions stubs/influxdb-client/METADATA.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
version = "1.36.*"
# Requires a version of urllib3 with a `py.typed` file
requires = ["urllib3>=2.0.0"]
requires = ["types-urllib3"]

[tool.stubtest]
extras = ["extra"]
Expand Down
0