We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
pandas
It seems that the latest release causes pandas to be a hard dependency when using fakesnow but for some cases it may not be required.
fakesnow
Package versions:
fakesnow==0.9.23
snowflake-connector-python==3.12.0
Example script triggering the error:
import fakesnow import snowflake.connector with fakesnow.patch(): connection = snowflake.connector.connect( account=settings.ACCOUNT, user=settings.USER, password=settings.PASSWORD, warehouse=settings.WAREHOUSE, database=settings.DATABASE, authenticator=settings.AUTHENTICATOR, )
ModuleNotFoundError: No module named 'pandas'
Should pandas be required as a dependency when installing fakesnow?
The text was updated successfully, but these errors were encountered:
2a7944e
Oops, this was broken by 8c21935 thanks for reporting this!
Sorry, something went wrong.
chore(main): release 0.9.24 (#128)
a4fadd0
🤖 I have created a release *beep* *boop* --- ## [0.9.24](v0.9.23...v0.9.24) (2024-08-21) ### Bug Fixes * don't require pandas at import time ([2a7944e](2a7944e)), closes [#127](#127) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: potatobot-prime[bot] <132267321+potatobot-prime[bot]@users.noreply.github.com>
Successfully merging a pull request may close this issue.
It seems that the latest release causes
pandas
to be a hard dependency when usingfakesnow
but for some cases it may not be required.Package versions:
fakesnow==0.9.23
snowflake-connector-python==3.12.0
Example script triggering the error:
Should
pandas
be required as a dependency when installing fakesnow?The text was updated successfully, but these errors were encountered: