Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
AP-1415 :: Update dependencies (#396)
Browse files Browse the repository at this point in the history
* Update dependencies

* Update setup file and Changelog
  • Loading branch information
teaf-wise authored Aug 9, 2023
1 parent aa6ac2e commit c0806f0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
2.3.0 (2023-08-08)
-------------------

*Changes*
- Update dependencies:
- snowflake-connector-python[pandas]
- boto3
- pytest
- python-dotenv


2.2.0 (2022-05-12)
-------------------

Expand Down
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
long_description = f.read()

setup(name="pipelinewise-target-snowflake",
version="2.2.0",
version="2.3.0",
description="Singer.io target for loading data to Snowflake - PipelineWise compatible",
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -23,17 +23,17 @@
python_requires='>=3.7',
install_requires=[
'pipelinewise-singer-python==1.*',
'snowflake-connector-python[pandas]==2.7.*',
'snowflake-connector-python[pandas]==3.0.4',
'inflection==0.5.1',
'joblib==1.2.0',
'boto3==1.23.10',
'boto3==1.28.20',
],
extras_require={
"test": [
"pylint==2.12.*",
'pytest==7.1.1',
'pytest==7.4.0',
'pytest-cov==3.0.0',
"python-dotenv==0.19.*"
"python-dotenv>=0.19,<1.1"
]
},
entry_points="""
Expand Down

0 comments on commit c0806f0

Please sign in to comment.