File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " rndi-connect-devops-fulfillment-framework"
3
- version = " 1.0.0 "
3
+ version = " 1.0.2 "
4
4
description = " Framework to ease and speedup the development of a Connect DevOps Fulfillment Extension."
5
5
authors = [" Unay Santisteban <davidunay.santisteban@cloudblue.com>" ]
6
6
license = " Apache-2.0"
@@ -31,13 +31,11 @@ keywords = [
31
31
32
32
[tool .poetry .dependencies ]
33
33
python = " >=3.8.1,<4"
34
- rndi-cache-interface = { git = " https://github.com/IM-Cloud-Spain-Connectors/python-cache-interface.git" , branch = " master" }
35
34
rndi-cache-sqlite-adapter = { git = " https://github.com/IM-Cloud-Spain-Connectors/python-cache-sqlite-adapter.git" , branch = " master" }
36
- rndi-connect-api-facades = { git = " https://github.com/IM-Cloud-Spain-Connectors/python-connect-api-facades.git" , tag = " v1.0.1" }
37
- rndi-connect-business-objects = { git = " https://github.com/IM-Cloud-Spain-Connectors/python-connect-business-objects.git" , tag = " v1.0.1" }
35
+ rndi-connect-api-facades = { git = " https://github.com/IM-Cloud-Spain-Connectors/python-connect-api-facades.git" , branch = " master" }
38
36
rndi-connect-business-transaction-middleware = { git = " https://github.com/IM-Cloud-Spain-Connectors/python-connect-business-transaction-middleware.git" , branch = " master" }
39
37
rndi-connect-devops-logger-adapter = { git = " https://github.com/IM-Cloud-Spain-Connectors/python-connect-devops-logger-adapter.git" , branch = " master" }
40
- rndi-connect-request-offline-criteria = { git = " https://github.com/IM-Cloud-Spain-Connectors/python-connect-request-offline-criteria.git" , tag = " v1.0.1 " }
38
+ rndi-connect-request-offline-criteria = { git = " https://github.com/IM-Cloud-Spain-Connectors/python-connect-request-offline-criteria.git" , branch = " master " }
41
39
rndi-dicontainer = { git = " https://github.com/IM-Cloud-Spain-Connectors/python-dicontainer.git" , branch = " master" }
42
40
43
41
[tool .poetry .dev-dependencies ]
You can’t perform that action at this time.
0 commit comments