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

use a version of requests that supports the version of chardset it installs #214

Merged
merged 3 commits into from
Jan 4, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -37,7 +37,8 @@ Types of changes

* Removed a broken SDK test (launching CRISPResso2)

### Bug Fixes
### Fixed

* `lytekit` version updated to pin `numpy` to version `1.22` (breaking changes in later versions of this library)
* `requests` library given higher lower bound to fix warning with one of its dependencies
* `latch get-params` will escape class attribute names (representation of Enum type) if they are python keywords
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -31,7 +31,7 @@
"aioconsole==0.5.1",
"kubernetes>=24.2.0",
"pyjwt>=0.2.0",
"requests>=2.0",
"requests>=2.28.1",
"click>=8.0",
"docker>=5.0",
"paramiko>=2.11.0",
Expand Down