Skip to content

Replace depecated codecs.open() with open()#2846

Open
matren33 wants to merge 5 commits into
snowflakedb:mainfrom
matren33:codecOpen
Open

Replace depecated codecs.open() with open()#2846
matren33 wants to merge 5 commits into
snowflakedb:mainfrom
matren33:codecOpen

Conversation

@matren33
Copy link
Copy Markdown

@matren33 matren33 commented Apr 8, 2026

codec.open has been deprecated since python 3.14, open superseded it

https://docs.python.org/3/library/codecs.html#codecs.open

  • I am updating deprecated function.

Change in all files, codecs.open with open function, because codecs.open has been deprecated since python 3.14.

codec.open has been deprecated since python 3.14, open superseded it
https://docs.python.org/3/library/codecs.html#codecs.open
@matren33 matren33 requested review from a team as code owners April 8, 2026 13:40
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 8, 2026


Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


I have read the CLA Document and I hereby sign the CLA


2 out of 3 committers have signed the CLA.
✅ (matren33)[https://github.com/matren33]
✅ (sfc-gh-turbaszek)[https://github.com/sfc-gh-turbaszek]
❌ @mathis renaud
mathis renaud seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot.

@sfc-gh-turbaszek
Copy link
Copy Markdown
Contributor

@matren33 please check linting issues and add changelog entry

mathis renaud and others added 2 commits April 22, 2026 17:08
- Remove unused import codecs
- Remove open mode in function open()
@matren33
Copy link
Copy Markdown
Author

matren33 commented May 5, 2026

I have read the CLA Document and I hereby sign the CLA

@matren33
Copy link
Copy Markdown
Author

matren33 commented May 6, 2026

For the committer Mathis Renaud I just used the wrong email, this accounts doesn't have any github profile to sign the CLA. Is this possible to remove it from the pull request CLA ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants