Skip to content

Commit ff52efc

Browse files
authored
fix: the dependency version (#2)
* Update setup.py * update changelog.md
1 parent db90e38 commit ff52efc

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021
3+
Copyright (c) 2023
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.2.5
2+
3+
- Fix: a specific version of ruamel.yaml was used
4+
15
# 1.2.4
26

37
- New utils module.

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
description=SHORT_DESCRIPTION,
1717
long_description=LONG_DESCRIPTION,
1818
long_description_content_type='text/markdown',
19-
version='1.2.4',
19+
version='1.2.5',
2020
author='Daniil Minukhin',
2121
author_email='[email protected]',
2222
packages=['foliant.preprocessors.swaggerdoc'],
@@ -26,7 +26,7 @@
2626
install_requires=[
2727
'foliant>=1.0.5',
2828
'jinja2',
29-
'ruamel.yaml',
29+
'ruamel.yaml==0.17.40',
3030
'foliantcontrib.utils>=1.0.2',
3131
],
3232
classifiers=[

0 commit comments

Comments
 (0)