investify-utils 2.0.0a7__tar.gz → 2.0.0a8__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.

Potentially problematic release.


This version of investify-utils might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: investify-utils
3
- Version: 2.0.0a7
3
+ Version: 2.0.0a8
4
4
  Summary: Shared utilities for Investify services
5
5
  Author-Email: Investify <dev@investify.vn>
6
6
  License: MIT
@@ -15,7 +15,7 @@ Provides-Extra: postgres
15
15
  Requires-Dist: pandas>=2.0; extra == "postgres"
16
16
  Requires-Dist: pangres>=4.0; extra == "postgres"
17
17
  Requires-Dist: sqlalchemy>=2.0; extra == "postgres"
18
- Requires-Dist: psycopg>=3.0; extra == "postgres"
18
+ Requires-Dist: psycopg[binary]>=3.0; extra == "postgres"
19
19
  Provides-Extra: postgres-async
20
20
  Requires-Dist: pandas>=2.0; extra == "postgres-async"
21
21
  Requires-Dist: sqlalchemy>=2.0; extra == "postgres-async"
@@ -25,4 +25,4 @@ Usage:
25
25
  from investify_utils.helpers import convert_to_pd_timestamp, create_sql_in_filter
26
26
  """
27
27
 
28
- __version__ = "2.0.0a7"
28
+ __version__ = "2.0.0a8"
@@ -6,7 +6,7 @@ build-backend = "pdm.backend"
6
6
 
7
7
  [project]
8
8
  name = "investify-utils"
9
- version = "2.0.0a7"
9
+ version = "2.0.0a8"
10
10
  description = "Shared utilities for Investify services"
11
11
  readme = "README.md"
12
12
  requires-python = ">=3.12"
@@ -33,7 +33,7 @@ postgres = [
33
33
  "pandas>=2.0",
34
34
  "pangres>=4.0",
35
35
  "sqlalchemy>=2.0",
36
- "psycopg>=3.0",
36
+ "psycopg[binary]>=3.0",
37
37
  ]
38
38
  postgres-async = [
39
39
  "pandas>=2.0",