Jonas L
87d2da9d84
chore(shared): pin click to 8.0.* ( #1732 )
...
8.1.0 dropped support for python 3.6
2022-04-04 11:23:12 +02:00
jo
80dfbd3179
fix(shared): set logger encoding and dont assume encoding
...
Older versions of python might have ascii as default, we
should not assume that the default encoding always is "utf-8"
when opening files.
2022-02-01 04:23:05 +02:00
dependabot[bot]
f6fe318278
chore: bump loguru from 0.5.3 to 0.6.0 in /shared
...
Bumps [loguru](https://github.com/Delgan/loguru ) from 0.5.3 to 0.6.0.
- [Release notes](https://github.com/Delgan/loguru/releases )
- [Changelog](https://github.com/Delgan/loguru/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/Delgan/loguru/compare/0.5.3...0.6.0 )
---
updated-dependencies:
- dependency-name: loguru
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-01 04:23:05 +02:00
Kyle Robbertze
c266221165
fix(shared): pin loguru version
...
Pinned to 0.5.3 until https://github.com/Delgan/loguru/issues/581 is
fixed
2022-01-31 10:12:28 +01:00
jo
441028a1d2
chore: make setup.py file chdir consistent
2022-01-26 10:15:35 +02:00
jo
dc93189962
fix(shared): require click >=8.0.3
2022-01-14 19:36:40 +02:00
Jonas L
3a615cafa0
feat: create libretime_shared package ( #1349 )
...
* feat: create libretime_shared package
- We don't use pydantic.BaseSettings because of some
incompatble loading behavior.
* fix: whitelist pydantic in pylintrc
* docs: update to new BaseConfig behavior
* docs: change confusing config filepath
2022-01-06 15:40:52 +02:00