FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 7ee0a634 authored by Dr Abraham Martin's avatar Dr Abraham Martin
Browse files

Merge branch 'use-packaged-ibis-client' into 'master'

Use packaged ibis client

Closes #42

See merge request !41
parents 13ee58a3 c271310d
No related branches found
No related tags found
1 merge request!41Use packaged ibis client
Pipeline #133334 passed with warnings
......@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.1.4] - 2021-11-08
### Fixed
- Update IbisClient to cope with upcoming certificate change in Ibis server.
## [1.1.3] - 2021-10-01
### Fixed
- Fixed an issue with writing files containing unicode characters on systems using non utf-8 encoding.
......
......@@ -3,6 +3,6 @@ pyYaml~=5.4.1
requests~=2.26.0
progress==1.6
deepmerge~=0.3.0
ibisclient @ git+https://gitlab.developers.cam.ac.uk/uis/devops/iam/ibis/ibis-client@master#egg=ibisclient
ibisclient~=1.3
ucam-identitylib~=0.1.1
tenacity~=8.0.1
\ No newline at end of file
......@@ -21,7 +21,7 @@ def load_requirements(file: str):
setup(
name='cardclient',
version='1.1.3',
version='1.1.4',
packages=find_packages(),
install_requires=load_requirements('requirements.txt'),
tests_require=load_requirements('requirements-tests.txt'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment