Skip to content

Commit

Permalink
Update pandas requirement from <2.0.0 to <3.0.0 in /sdks/python
Browse files Browse the repository at this point in the history
Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version.
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v1.0.0...v2.2.3)

---
updated-dependencies:
- dependency-name: pandas
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent ac9d968 commit 719a4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ def get_portability_package_data():
'azure-storage-blob >=12.3.2',
'azure-core >=1.7.0',
],
'dataframe': ['pandas>=1.0,<1.5']
'dataframe': ['pandas>=1.0,<2.3']
},
zip_safe=False,
# PyPI package information.
Expand Down

0 comments on commit 719a4b1

Please sign in to comment.