Skip to content

Commit 63a80ac

Browse files
authored
fix: psycopg2 dependency causes building from source (#30)
1 parent b0ef547 commit 63a80ac

File tree

2 files changed

+71
-14
lines changed

2 files changed

+71
-14
lines changed

poetry.lock

Lines changed: 69 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "flagsmith-common"
3-
version = "1.5.2"
3+
version = "1.6.0a1"
44
description = "Flagsmith's common library"
55
requires-python = ">=3.11,<4.0"
66
dependencies = [
@@ -15,8 +15,8 @@ dependencies = [
1515
"flagsmith-flag-engine",
1616
"gunicorn (>=19.1)",
1717
"prometheus-client (>=0.0.16)",
18-
"psycopg2 (>=2,<3)",
1918
"simplejson (>=3,<4)",
19+
"psycopg2-binary (>=2.9,<3)",
2020
]
2121
authors = [
2222
{ name = "Matthew Elwell" },

0 commit comments

Comments
 (0)