Skip to content

Commit

Permalink
psycopg2 binary 2.9a
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrsenkow committed Jan 10, 2025
1 parent faf4b6e commit 74ca1de
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sheepdog"
version = "5.1.6"
version = "5.1.5"
description = "Gen3 Submission Service"
authors = ["CTDS UChicago <[email protected]>"]
license = "Apache-2.0"
Expand All @@ -12,7 +12,7 @@ include = [
[tool.poetry.dependencies]
python = ">=3.9,<3.10"
authlib = "*" # let authutils decide which version we're using
authutils = ">=6.2.6"
authutils = ">=6.0.0"
boto = ">=2.49.0"
botocore = "*"
datamodelutils = ">=1.1.0"
Expand All @@ -22,10 +22,10 @@ Flask = ">=2.2.5"
Flask-SQLAlchemy-Session = ">=1.1"
fuzzywuzzy = ">=0.6.1"
gen3authz = ">=1.0.4"
graphene = ">=2.0.1"
graphene = ">=2.0.1"`
jsonschema = ">=3.2"
lxml = ">=4.6.5"
psycopg2-binary = ">=2.8.4"
psycopg2-binary = ">=2.9.0"
PyYAML = ">=5.4.1"
requests = ">=2.31.0,<3.0.0"
simplejson = ">=3.8.1"
Expand All @@ -39,9 +39,8 @@ gen3datamodel = ">=3.2.1"
gunicorn = ">=21.2.0"
indexclient = ">=2.1.1"
urllib3 = "<2.0.0"
werkzeug = ">=3.0.6"

[tool.poetry.group.dev.dependencies]
[tool.poetry.dev-dependencies]
pytest = ">=4.6.5"
pytest-cov = ">=2.5.1"
requests_mock = ">=1.4.0"
Expand Down

0 comments on commit 74ca1de

Please sign in to comment.