Skip to content

Commit

Permalink
Merge pull request #214 from latchbio/kenny/fix-request-warning
Browse files Browse the repository at this point in the history
use a version of `requests` that supports the version of `chardset` it installs
  • Loading branch information
kennyworkman committed Jan 4, 2023
2 parents 25ac800 + 1f71acc commit 0501bbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,14 @@ Types of changes

* Removed a broken SDK test (launching CRISPResso2)

### Bug Fixes
### Fixed

* `requests` library given higher version lower bound to fix warning with one of its dependencies
* `lytekit` version updated to
* pin `numpy` to version `1.22` (breaking changes in later versions of this library)
* have better behavior when downloading directories during local development
* `latch get-params` will escape class attribute names (representation of Enum
type) if they are python keywords
* `latch preview` now requires a directory argument instead of a workflow name
argument, and now behaves consistently with regular parameter interface
generation.
generation.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
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

0 comments on commit 0501bbc

Please sign in to comment.