Skip to content

Commit a2f4be8

Browse files
committed
build: update to libsuitecrm with 'like' operator
To facilitate searching, libsuitecrm had to be upgraded with support for SuiteCRM's like operator. That was done in 0.5.1.
1 parent d99dc94 commit a2f4be8

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies = [
1515
"email_validator>=2.3.0,<3.0.0",
1616
"fastapi[standard]==0.116.0",
1717
"jinja2>=3.1.6,<4.0.0",
18-
"libsuitecrm @ git+https://github.com/iati/iati-registry-libsuitecrm@v0.5.0",
18+
"libsuitecrm @ git+https://github.com/iati/iati-registry-libsuitecrm@v0.5.1",
1919
"prometheus-client>=0.22.1",
2020
"pyjwt>=2.10.0",
2121
"python-dotenv>=1.1.1",

requirements.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
5-
# pip-compile --output-file=requirements.txt --strip-extras
5+
# pip-compile --all-build-deps --strip-extras
66
#
77
alembic==1.17.1
88
# via register-your-data-api (pyproject.toml)
@@ -74,7 +74,7 @@ jinja2==3.1.6
7474
# via
7575
# fastapi
7676
# register-your-data-api (pyproject.toml)
77-
libsuitecrm @ git+https://github.com/iati/iati-registry-libsuitecrm@v0.5.0
77+
libsuitecrm @ git+https://github.com/iati/iati-registry-libsuitecrm@v0.5.1
7878
# via register-your-data-api (pyproject.toml)
7979
mako==1.3.10
8080
# via alembic
@@ -188,3 +188,6 @@ watchfiles==1.1.0
188188
# via uvicorn
189189
websockets==15.0.1
190190
# via uvicorn
191+
192+
# The following packages are considered to be unsafe in a requirements file:
193+
# setuptools

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jinja2==3.1.6
9696
# via
9797
# fastapi
9898
# register-your-data-api (pyproject.toml)
99-
libsuitecrm @ git+https://github.com/iati/iati-registry-libsuitecrm@v0.5.0
99+
libsuitecrm @ git+https://github.com/iati/iati-registry-libsuitecrm@v0.5.1
100100
# via register-your-data-api (pyproject.toml)
101101
mako==1.3.10
102102
# via alembic

0 commit comments

Comments
 (0)