Skip to content

Commit

Permalink
RPD-184 fix for urllib import error
Browse files Browse the repository at this point in the history
  • Loading branch information
JonoCX committed May 18, 2023
1 parent 3e8444d commit 8358d76
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
14 changes: 7 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "matcha-ml"
version = "0.2.2"
version = "0.2.3"
description = "Matcha: A open source tool for provisioning MLOps environments to the cloud."
authors = ["FuzzyLabs <[email protected]>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -52,6 +52,7 @@ azure-mgmt-subscription = "^3.1.1"
azure-mgmt-authorization = "^3.0.0"
azure-mgmt-confluent = "^1.0.0"
pyyaml = "^5.4.1"
urllib3 = "1.26.6"


[tool.poetry.group.dev.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/matcha_ml/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.2
0.2.3

0 comments on commit 8358d76

Please sign in to comment.