We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7bb054 + febfb25 commit ede26b9Copy full SHA for ede26b9
records_mover/version.py
@@ -1 +1 @@
1
-__version__ = '1.5.2'
+__version__ = '1.5.3'
requirements.txt
@@ -6,7 +6,7 @@ flake8
6
# https://github.com/pallets/markupsafe/issues/284
7
markupsafe==2.0.1
8
# https://github.com/pandas-dev/pandas/pull/45749
9
-pandas>=1.1.5
+pandas>=1.1.5,<2
10
google-cloud-storage
11
boto3
12
setup.py
@@ -187,7 +187,7 @@ def initialize_options(self) -> None:
187
]
188
189
pandas_dependencies = [
190
- 'pandas>=1.1.5',
+ 'pandas>=1.1.5,<2',
191
192
193
mysql_dependencies = [
0 commit comments