Skip to content

Commit f246167

Browse files
sfc-gh-pczajkagithub-actions
andauthored
Minor python connector version bump (#2566)
Co-authored-by: Jenkins User <900904> Co-authored-by: github-actions <[email protected]>
1 parent 192920d commit f246167

File tree

7 files changed

+20
-17
lines changed

7 files changed

+20
-17
lines changed

DESCRIPTION.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ https://docs.snowflake.com/
77
Source code is also available at: https://github.com/snowflakedb/snowflake-connector-python
88

99
# Release Notes
10-
- v3.18.0(TBD)
10+
- v3.19.0(TBD)
11+
- N/A
12+
13+
- v3.18.0(October 03,2025)
1114
- Added support for pandas conversion for Day-time and Year-Month Interval types
1215

1316
- v3.17.4(September 22,2025)

src/snowflake/connector/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Update this for the versions
22
# Don't change the forth version number from None
3-
VERSION = (3, 17, 4, None)
3+
VERSION = (3, 18, 0, None)

tested_requirements/requirements_310.reqs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Generated on: Python 3.10.18
22
asn1crypto==1.5.1
3-
boto3==1.40.34
4-
botocore==1.40.34
3+
boto3==1.40.44
4+
botocore==1.40.44
55
certifi==2025.8.3
66
cffi==1.17.1
77
charset-normalizer==3.4.3
@@ -23,4 +23,4 @@ sortedcontainers==2.4.0
2323
tomlkit==0.13.3
2424
typing_extensions==4.15.0
2525
urllib3==2.5.0
26-
snowflake-connector-python==3.17.4
26+
snowflake-connector-python==3.18.0

tested_requirements/requirements_311.reqs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Generated on: Python 3.11.13
22
asn1crypto==1.5.1
3-
boto3==1.40.34
4-
botocore==1.40.34
3+
boto3==1.40.44
4+
botocore==1.40.44
55
certifi==2025.8.3
66
cffi==1.17.1
77
charset-normalizer==3.4.3
@@ -23,4 +23,4 @@ sortedcontainers==2.4.0
2323
tomlkit==0.13.3
2424
typing_extensions==4.15.0
2525
urllib3==2.5.0
26-
snowflake-connector-python==3.17.4
26+
snowflake-connector-python==3.18.0

tested_requirements/requirements_312.reqs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Generated on: Python 3.12.11
22
asn1crypto==1.5.1
3-
boto3==1.40.34
4-
botocore==1.40.34
3+
boto3==1.40.44
4+
botocore==1.40.44
55
certifi==2025.8.3
66
cffi==1.17.1
77
charset-normalizer==3.4.3
@@ -25,4 +25,4 @@ tomlkit==0.13.3
2525
typing_extensions==4.15.0
2626
urllib3==2.5.0
2727
wheel==0.45.1
28-
snowflake-connector-python==3.17.4
28+
snowflake-connector-python==3.18.0

tested_requirements/requirements_313.reqs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Generated on: Python 3.13.7
22
asn1crypto==1.5.1
3-
boto3==1.40.34
4-
botocore==1.40.34
3+
boto3==1.40.44
4+
botocore==1.40.44
55
certifi==2025.8.3
66
cffi==1.17.1
77
charset-normalizer==3.4.3
@@ -25,4 +25,4 @@ tomlkit==0.13.3
2525
typing_extensions==4.15.0
2626
urllib3==2.5.0
2727
wheel==0.45.1
28-
snowflake-connector-python==3.17.4
28+
snowflake-connector-python==3.18.0

tested_requirements/requirements_39.reqs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Generated on: Python 3.9.23
22
asn1crypto==1.5.1
3-
boto3==1.40.34
4-
botocore==1.40.34
3+
boto3==1.40.44
4+
botocore==1.40.44
55
certifi==2025.8.3
66
cffi==1.17.1
77
charset-normalizer==3.4.3
@@ -23,4 +23,4 @@ sortedcontainers==2.4.0
2323
tomlkit==0.13.3
2424
typing_extensions==4.15.0
2525
urllib3==1.26.20
26-
snowflake-connector-python==3.17.4
26+
snowflake-connector-python==3.18.0

0 commit comments

Comments
 (0)