daplug-sql 1.0.0b2__tar.gz → 1.0.0b4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: daplug-sql
3
- Version: 1.0.0b2
3
+ Version: 1.0.0b4
4
4
  Summary: Shared schema, merge, and SNS helpers powering daplug adapters.
5
5
  Home-page: https://github.com/dual/daplug-sql
6
6
  Author: Paul Cruse III
@@ -30,8 +30,8 @@ Classifier: Programming Language :: Python :: 3 :: Only
30
30
  Requires-Python: >=3.10
31
31
  Description-Content-Type: text/markdown
32
32
  License-File: LICENSE
33
- Requires-Dist: boto3<2,>=1.43.15; python_version >= "3.10"
34
- Requires-Dist: daplug-core<2,>=1.0.0b7; python_version >= "3.10"
33
+ Requires-Dist: boto3<2,>=1.43.23; python_version >= "3.10"
34
+ Requires-Dist: daplug-core<2,>=1.0.0b9; python_version >= "3.10"
35
35
  Requires-Dist: psycopg2-binary<3,>=2.9.12; python_version >= "3.9"
36
36
  Requires-Dist: mysql-connector-python<10,>=9.7.0; python_version >= "3.10"
37
37
  Dynamic: author
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: daplug-sql
3
- Version: 1.0.0b2
3
+ Version: 1.0.0b4
4
4
  Summary: Shared schema, merge, and SNS helpers powering daplug adapters.
5
5
  Home-page: https://github.com/dual/daplug-sql
6
6
  Author: Paul Cruse III
@@ -30,8 +30,8 @@ Classifier: Programming Language :: Python :: 3 :: Only
30
30
  Requires-Python: >=3.10
31
31
  Description-Content-Type: text/markdown
32
32
  License-File: LICENSE
33
- Requires-Dist: boto3<2,>=1.43.15; python_version >= "3.10"
34
- Requires-Dist: daplug-core<2,>=1.0.0b7; python_version >= "3.10"
33
+ Requires-Dist: boto3<2,>=1.43.23; python_version >= "3.10"
34
+ Requires-Dist: daplug-core<2,>=1.0.0b9; python_version >= "3.10"
35
35
  Requires-Dist: psycopg2-binary<3,>=2.9.12; python_version >= "3.9"
36
36
  Requires-Dist: mysql-connector-python<10,>=9.7.0; python_version >= "3.10"
37
37
  Dynamic: author
@@ -1,7 +1,7 @@
1
1
 
2
2
  [:python_version >= "3.10"]
3
- boto3<2,>=1.43.15
4
- daplug-core<2,>=1.0.0b7
3
+ boto3<2,>=1.43.23
4
+ daplug-core<2,>=1.0.0b9
5
5
  mysql-connector-python<10,>=9.7.0
6
6
 
7
7
  [:python_version >= "3.9"]
@@ -22,8 +22,8 @@ setup(
22
22
  packages=find_packages(include=["daplug_sql", "daplug_sql.*"]),
23
23
  python_requires=">=3.10",
24
24
  install_requires=[
25
- "boto3>=1.43.15,<2; python_version >= '3.10'",
26
- "daplug-core>=1.0.0b7,<2; python_version >= '3.10'",
25
+ "boto3>=1.43.23,<2; python_version >= '3.10'",
26
+ "daplug-core>=1.0.0b9,<2; python_version >= '3.10'",
27
27
  "psycopg2-binary>=2.9.12,<3; python_version >= '3.9'",
28
28
  "mysql-connector-python>=9.7.0,<10; python_version >= '3.10'",
29
29
  ],
File without changes
File without changes
File without changes