Skip to content

Commit

Permalink
Merge pull request #247 from capitalone/develop
Browse files Browse the repository at this point in the history
Release v0.5.6
  • Loading branch information
fdosani authored Dec 8, 2023
2 parents e862734 + 54b4bf7 commit 09a4344
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion locopy/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.5.5"
__version__ = "0.5.6"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [
{ name="Faisal Dosani", email="faisal.dosani@capitalone.com" },
]
license = {text = "Apache Software License"}
dependencies = ["boto3<=1.28.72,>=1.9.92", "PyYAML<=6.0.1,>=5.1", "pandas<=2.1.2,>=0.25.2", "numpy<=1.26.1,>=1.22.0"]
dependencies = ["boto3<=1.33.10,>=1.9.92", "PyYAML<=6.0.1,>=5.1", "pandas<=2.1.4,>=0.25.2", "numpy<=1.26.2,>=1.22.0"]

requires-python = ">=3.8.0"
classifiers = [
Expand Down

0 comments on commit 09a4344

Please sign in to comment.